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.
41 lines (38 loc) • 1.18 kB
CSS
/* overwrite */
.tundra .dojoxGridHeader .dojoxGridCell{
background: #fafafa url(../../../../../dijit/themes/tundra/images/titleBar.png) repeat-x bottom left;
border-top: 1px solid #bfbfbf;
/*border-left-width: 0px;*/
}
.tundra .dojoxGridCell {
padding:0px;
/*display:inline;*/
/*position:relative;*/
/*border-left-width: 0px;*/
}
.dj_ie6 .tundra .dojoxGridMasterView .dojoxGridCellOver{
border: 1px dashed #e9e9e9;
}
.dj_ie6 .tundra .dojoxGridHeader .dojoxGridCellOver{
border-bottom: none ;
border-right: 1px solid #D5CDB5 ;
border-top: 1px solid #D5CDB5 ;
}
.tundra .dojoxGridRowbarInner {
width:20px;
}
.tundra .dojoxGridCellOver .dojoxGridSortNode,
.tundra .dojoxGridCellSortFocus .dojoxGridSortNode {
cursor:pointer;
background: #f8fafd url("../../../../../dijit/themes/tundra/images/accordionItemHover.gif") bottom repeat-x;
}
/* end overwrite */
/* fix safari focus border - overwrite */
.dj_webkit .tundra .dojoxGridCell,
.dj_webkit .tundra .dojoxGridCellFocus {
outline: none;
}
/*Pagination*/
.tundra .dojoxGridPaginator {
background: url("../../../../../dijit/themes/tundra/images/titleBar.png") repeat-x top left;
}