All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sencha.gxt.theme.blue.client.BlueTheme.css Maven / Gradle / Ivy

/**
 * Ext GWT 3.0.0-rc - Ext for GWT
 * Copyright(c) 2007-2011, Sencha, Inc.
 * [email protected]
 *
 * http://sencha.com/license
 */
@def borderColor #99BBE8;
@def borderColorLight orange;
@def backgroundColorLight #e0e8f8;

.border {
  border: 1px solid borderColor !important; 
}

.borderLeft {
  border: none;
  border-left: 1px solid borderColor !important; 
}

.borderRight {
  border: none;
  border-right: 1px solid borderColor !important; 
}

.borderTop {
  border: none;
  border-top: 1px solid borderColor !important; 
}

.borderBottom {
  border: none;
  border-bottom: 1px solid borderColor !important; 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy