diff options
Diffstat (limited to 'js/dojo/dojox/grid/enhanced/resources/claro/Common.css')
| -rw-r--r-- | js/dojo/dojox/grid/enhanced/resources/claro/Common.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/js/dojo/dojox/grid/enhanced/resources/claro/Common.css b/js/dojo/dojox/grid/enhanced/resources/claro/Common.css new file mode 100644 index 0000000..cec6c02 --- /dev/null +++ b/js/dojo/dojox/grid/enhanced/resources/claro/Common.css @@ -0,0 +1,26 @@ +.claro .dojoxGridHeader .dojoxGridHeaderActive { + background-color:#91c9fe; +} +.claro td.dojoxGridRowSelected { + border-collapse:separate; + background:url("../../../resources/images/row_back.png") #CEE6FA repeat-x; +} +.claro .dojoxGridRowOver td.dojoxGridRowSelected { + border-top:1px solid #769DC0; + border-bottom:1px solid #769DC0; +} +.claro .dojoxGridRowActive td.dojoxGridRowSelected { + background-image:url("../../../resources/images/td_button_down.png"); +} +.dj_ie6 .claro .dojoxGridRowOver .dojoxGridCell { + border-color: #ABD6FF; +} +.dj_ie6 .claro .dojoxGridRowActive .dojoxGridCell { + border-color: #7DBEFA; +} + +/* Pagination */ +.claro .dojoxGridPaginator{ + background: url("../../../resources/images/header_shadow.png") repeat-x scroll center bottom #E5EDF4; + /*background-color: #EAF1F6;*/ +} |
