You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/grid/resources/nihiloGrid.css

178 lines
3.5 KiB
CSS

@import url("Grid.css");
.nihilo .dojoxGrid {
background-color: #e9e9e9;
font-size: 0.85em; /* inherit font-family from dojo.css */
}
/* master messages */
.nihilo .dojoxGridMasterMessages {
background-color: #fefefe;
}
/* header */
.nihilo .dojoxGridHeader {
background-color: #e9e9e9;
}
.nihilo .dojoxGridHeader .dojoxGridCell {
border-width: 1px;
padding-bottom: 0px;
border-color: transparent #ACA899 #919191 transparent;
background: url(../../../dijit/themes/nihilo/images/titleBar.png) #e9e9e9 repeat-x top;
color: #000 !important;
}
.nihilo .dojoxGridHeader .dojoxGridCellOver {
background: url(../../../dijit/themes/nihilo/images/titleBarActive.png) #e9e9e9 repeat-x top;
}
.nihilo .dojoxGridHeader .dojoxGridCellFocus {
border-color: #ACA899 #919191;
border-style: dashed;
}
.nihilo .dojoxGridArrowButtonChar {
float: right;
display: none;
}
.nihilo .dojoxGridArrowButtonNode {
display: block !important;
padding-left: 0px;
float: right;
background:url("../../../dijit/themes/nihilo/images/spriteArrows.png") left center no-repeat;
width: 11px;
height: 1em;
margin-top: 1px;
}
.dj_ie6 .nihilo .dojoxGridArrowButtonNode {
background-image:url("../../../dijit/themes/nihilo/images/spriteArrows.gif");
margin-left: 0px;
}
.nihilo .dojoxGridSortUp .dojoxGridArrowButtonNode {
background-position: -21px;
}
.dijit_a11y .nihilo .dojoxGridArrowButtonNode {
display: none !important;
}
/* content */
.nihilo .dojoxGridScrollbox {
background-color: #fefefe;
}
/* rowbar */
.nihilo .dojoxGridRowbar {
border: none;
background: url(../../../dijit/themes/nihilo/images/titleBar.png) #e9e9e9 repeat-y right;
border-right: 1px solid #ccc;
padding: 0px;
}
.nihilo .dojoxGridRowbarInner {
border: none;
border-bottom: 1px solid #ccc;
}
.nihilo .dojoxGridRowbarOver {
background: url(../../../dijit/themes/nihilo/images/titleBarActive.png) #e9e9e9 repeat-y right;
}
.nihilo .dojoxGridRowbarSelected {
background: #D9E8F9 url(../../../dijit/themes/nihilo/images/titleBar.png) #ddd no-repeat center;
border-right: 1px solid #ccc;
}
/* rows */
.nihilo .dojoxGridRow {
border: none;
background-color: white;
}
.nihilo .dojoxGridRowOver {
border-top-color: #ccc;
border-bottom-color: #ccc;
}
.nihilo .dojoxGridRowOver .dojoxGridCell {
background-color: #ffe284;
}
.nihilo .dojoxGridRowOdd {
background-color: #f2f5f9;
}
.nihilo .dojoxGridRowSelected {
background-color: #aec7e3;
}
.dijit_a11y .nihilo .dojoxGridRowSelected {
background-color: #aec7e3;
border-style: solid;
}
/* cells */
.nihilo .dojoxGridCell {
border: 1px dotted #D5CDB5;
border-left-color: transparent;
border-top-color: transparent;
}
.dj_ff2 .nihilo .dojoxGridCell {
border-left-width: 0px;
border-top-width: 0px;
}
.dj_ie6 .nihilo .dojoxGridCell {
border: 1px solid white;
border-right: 1px solid #D5CDB5;
}
.nihilo .dojoxGridCellFocus {
border: 1px dashed darkblue;
}
.nihilo .dojoxGridCellOver {
border: 1px dotted #a6a6a6;
}
.nihilo .dojoxGridCellFocus.dojoxGridCellOver {
border: 1px dashed darkblue;
}
/* editing */
/* FIXME: these colors are off! */
.nihilo .dojoxGridRowEditing td {
/* background-color: #F4FFF4; */
background-color: #ffe284;
/* padding: 0px 3px 0px 3px; */
}
.nihilo .dojoxGridRow-inserting td {
background-color: #F4FFF4;
}
.nihilo .dojoxGridRow-inflight td {
background-color: #F2F7B7;
}
.nihilo .dojoxGridRow-error td {
background-color: #F8B8B6;
}
/* Drag and Drop */
.nihilo .dojoxGrid .dojoDndItemBefore {
border-left-color: #ffe284;
}
.nihilo .dojoxGrid .dojoDndItemAfter {
border-right-color: #ffe284;
}