123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- @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: url(../../../dijit/themes/nihilo/images/titleBar.png) #D9E8F9 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;
- }
- /* Tree Grid */
- .nihilo .dojoxGridExpando {
- float: left;
- height: 18px;
- width: 18px;
- text-align: center;
- margin-top: -3px;
- }
- .dijitRtl .nihilo .dojoxGridExpando {
- float: right;
- }
- .nihilo .dojoxGridExpandoCell {
- padding-top: 5px;
- }
- .nihilo .dojoxGridExpandoNode {
- height: 18px;
- background-image: url('../../../dijit/themes/nihilo/images/spriteTree.gif');
- }
- .nihilo .dojoxGridExpandoOpened .dojoxGridExpandoNode {
- background: url('../../../dijit/themes/nihilo/images/spriteTree.gif') no-repeat -18px top;
- }
- .nihilo .dojoxGridExpandoLoading .dojoxGridExpandoNode {
- background: url('../../../dijit/themes/nihilo/images/treeExpand_loading.gif');
- }
- .nihilo .dojoxGridTreeModel .dojoxGridNoChildren .dojoxGridExpando {
- visibility: visible !important;
- width: 18px !important;
- }
- .nihilo .dojoxGridTreeModel .dojoxGridNoChildren .dojoxGridExpandoNode {
- background: url('../../../dijit/themes/nihilo/images/spriteTree.gif') no-repeat -36px top;
- }
- .nihilo .dojoxGridExpandoNodeInner {
- visibility: hidden;
- }
- .dijit_a11y .dojoxGridExpandoNodeInner {
- visibility: visible;
- }
-
- .nihilo .dojoxGridSummaryRow .dojoxGridCell {
- border-top-color: #999;
- border-top-style: solid;
- }
- .nihilo .dojoxGridSpacerCell,
- .nihilo .dojoxGridExpandoCell,
- .nihilo .dojoxGridSummaryRow .dojoxGridSpacerCell {
- border-color: transparent;
- border-right-color: #D5CDB5;
- }
- .nihilo .dojoxGridSummaryRow .dojoxGridTotalCell,
- .nihilo .dojoxGridRowCollapsed .dojoxGridExpandoCell,
- .nihilo .dojoxGridTreeModel .dojoxGridExpandoCell {
- border-bottom-color: #D5CDB5;
- }
- .nihilo .dojoxGridSubRowAlt {
- background-color: #F8F8F8;
- }
- .nihilo .dojoxGridRowOdd .dojoxGridSubRowAlt {
- background-color: #EDEFF3;
- }
|