dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
39 lines (38 loc) • 1.06 kB
CSS
.tundra .dojoxGridFBar {
background-color: #eeeeee;
border: 1px solid #bfbfbf;
}
.tundra .dojoxGridFBarFiltered {
background: #fafafa url(../../../../../dijit/themes/tundra/images/titleBar.png) repeat-x bottom left;
}
.tundra .dojoxGridFBarHover {
background-color: #cccccc;
background-image: none;
}
.tundra .dojoxGridFStatusTip table {
border: 1px solid #eeeeee;
}
.tundra .dojoxGridFStatusTip th {
background: #fafafa url(../../../../../dijit/themes/tundra/images/titleBar.png) repeat-x bottom left;
border-bottom: 1px solid #eeeeee;
}
.tundra .dojoxGridFStatusTip th div {
border-left: 1px solid white;
border-right: 1px solid #eeeeee;
border-top: 1px solid white;
border-bottom: 1px solid white;
}
.tundra .dojoxGridFStatusTip th.lastColumn div {
border-right: 1px solid white;
}
.tundra .dojoxGridFStatusTip td {
border-top: 1px solid white;
border-bottom: 1px solid white;
}
.tundra .dojoxGridFStatusTipRel,
.tundra .dojoxGridFStatusTipCondition {
font-style: italic;
}
.tundra .dojoxGridFStatusTipOddRow {
background-color: #f2f5f9;
}