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

com.sencha.gxt.theme.gray.client.grid.GrayGrid.css Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
/**
 * Sencha GXT 3.1.0 - Sencha for GWT
 * Copyright(c) 2007-2014, Sencha, Inc.
 * [email protected]
 *
 * http://www.sencha.com/products/gxt/license/
 */
.rowHighlight {
  border: 1px dotted #535353;
}

.rowAlt .cell {
  background-color: #FAFAFA;
}

.rowOver .cell {
  background-color: #EEEEEE;
}

.cell {
  border-color: #FAFAFA #EDEDED #EDEDED;
  border-right: 0 solid #EDEDED;
}

.row .grid-cellSelected {
  background-color: #C9C9C9 !important;
  color: #000000;
}

.columnLines .cell {
  border-right-color: #EDEDED;
}

.rowOver .cell, .rowOver .rowWrap {
  border-color: #DDDDDD;
}

.rowWrap {
  border-color: #FAFAFA #EDEDED #EDEDED;
  border-right: 0 solid #EDEDED;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.grid-rowSelected .cell, .grid-rowSelected .rowWrap {
  background-color: #DFE8F6 !important;
  border-color: #A3BAE9;
}

.footer {
  background: #F7F7F7 none repeat scroll 0 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  display: block;
  overflow: hidden;
  position: relative;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy