www-thermferm/jqwidgets/styles/jqx.highcontrast.css

changeset 117
7119ea8a5225
child 301
dbaed96a4a0c
equal deleted inserted replaced
116:065a242ed7ec 117:7119ea8a5225
1 .jqx-widget-content-highcontrast{border-color: #000; background-color: #fff;}
2 .jqx-fill-state-normal-highcontrast {color: #000;background-color: #fff;}
3 .jqx-widget-header-highcontrast{color: #fff; border-color:#000; background-color:#000}
4 .jqx-fill-state-hover-highcontrast{border-color:#000; color: #fff; background-color:#000}
5 .jqx-fill-state-pressed-highcontrast{border-color:#37006e; color: #fff; background-color:#37006e}
6 .jqx-fill-state-focus-highcontrast { border-color: #37006e; }
7 .jqx-scrollbar-state-normal-highcontrast, .jqx-grid-bottomright-highcontrast, .jqx-panel-bottomright-highcontrast, .jqx-listbox-bottomright-highcontrast{background-color:#000}
8 .jqx-widget-highcontrast .jqx-grid-column-header-highcontrast, .jqx-grid-cell-highcontrast, .jqx-widget-highcontrast .jqx-grid-cell-highcontrast, .jqx-widget-highcontrast .jqx-grid-group-cell-highcontrast, .jqx-grid-group-cell-highcontrast{border-color:#000}
9 .jqx-tabs-title-selected-bottom-highcontrast, .jqx-tabs-selection-tracker-bottom-highcontrast, .jqx-tabs-title-selected-top-highcontrast, .jqx-tabs-selection-tracker-top-highcontrast{color: #000; border-color:#000; border-bottom:1px solid #fff; background:#fff}
10 .jqx-grid-cell-sort-alt-highcontrast, .jqx-grid-cell-filter-alt-highcontrast, .jqx-grid-cell-pinned-highcontrast, .jqx-grid-cell-alt-highcontrast, .jqx-grid-cell-sort-highcontrast{ background-color:#000; color: #fff;}
11 .jqx-grid-cell-selected-highcontrast{ background-color:#37006e; color:#fff}
12 .jqx-grid-cell-hover-highcontrast{ background-color:#000; color: #fff;}
13 .jqx-menu-vertical-highcontrast{background: #000; color: #fff;}
14 .jqx-checkbox-hover-highcontrast {
15 background-color: #fff;
16 }
17 .jqx-radiobutton-hover-highcontrast {
18 background-color: #fff;
19 }
20 .jqx-scrollbar-thumb-state-hover-horizontal-highcontrast, .jqx-scrollbar-thumb-state-hover-highcontrast {
21 background: #fff;
22 }
23 .jqx-scrollbar-thumb-state-pressed-horizontal-highcontrast, .jqx-scrollbar-thumb-state-pressed-highcontrast {
24 background: #fff;
25 }
26 .jqx-icon-arrow-up-hover-highcontrast, .jqx-icon-arrow-up-selected-highcontrast
27 {
28 background-image: url('images/icon-up-white.png');
29 background-repeat: no-repeat;
30 background-position: center;
31 }
32 .jqx-icon-arrow-down-hover-highcontrast, .jqx-icon-arrow-down-selected-highcontrast
33
34 {
35 background-image: url('images/icon-down-white.png');
36 background-repeat: no-repeat;
37 background-position: center;
38 }
39 .jqx-icon-arrow-left-hover-highcontrast, .jqx-icon-arrow-left-selected-highcontrast
40 {
41 background-image: url('images/icon-left-white.png');
42 background-repeat: no-repeat;
43 background-position: center;
44 }
45 .jqx-icon-arrow-right-hover-highcontrast, .jqx-icon-arrow-right-selected-highcontrast
46 {
47 background-image: url('images/icon-right-white.png');
48 background-repeat: no-repeat;
49 background-position: center;
50 }
51 .jqx-icon-arrow-first-hover-highcontrast, .jqx-icon-arrow-last-selected-highcontrast
52 {
53 background-image: url('images/icon-first-white.png');
54 background-repeat: no-repeat;
55 background-position: center;
56 }
57 .jqx-icon-arrow-last-hover-highcontrast, .jqx-icon-arrow-last-selected-highcontrast
58 {
59 background-image: url('images/icon-last-white.png');
60 background-repeat: no-repeat;
61 background-position: center;
62 }
63 .jqx-icon-calendar-hover-highcontrast, .jqx-icon-calendar-pressed-highcontrast {
64 background-image: url('images/icon-calendar-white.png');
65 }
66 .jqx-grid-cell-highcontrast.jqx-grid-cell-selected-highcontrast>.jqx-grid-group-expand-highcontrast,
67 .jqx-grid-cell-highcontrast.jqx-grid-cell-hover-highcontrast>.jqx-grid-group-expand-highcontrast {
68 background-image: url('images/icon-down-white.png');
69 background-repeat: no-repeat;
70 background-position: center;
71 }
72 .jqx-grid-cell-highcontrast.jqx-grid-cell-selected-highcontrast>.jqx-grid-group-collapse-highcontrast,
73 .jqx-grid-cell-highcontrast.jqx-grid-cell-hover-highcontrast>.jqx-grid-group-collapse-highcontrast {
74 background-image: url('images/icon-right-white.png');
75 background-repeat: no-repeat;
76 background-position: center;
77 }
78 .jqx-grid-cell-highcontrast.jqx-grid-cell-selected-highcontrast>.jqx-grid-group-collapse-rtl-highcontrast,
79 .jqx-grid-cell-highcontrast.jqx-grid-cell-hover-highcontrast>.jqx-grid-group-collapse-rtl-highcontrast {
80 background-image: url('images/icon-left-white.png');
81 background-repeat: no-repeat;
82 background-position: center;
83 }
84 .jqx-grid-cell-highcontrast.jqx-grid-cell-selected-highcontrast>.jqx-grid-group-expand-rtl-highcontrast,
85 .jqx-grid-cell-highcontrast.jqx-grid-cell-hover-highcontrast>.jqx-grid-group-expand-rtl-highcontrast {
86 background-image: url('images/icon-down-white.png');
87 background-repeat: no-repeat;
88 background-position: center;
89 }
90 .jqx-menu-item-arrow-right-hover-highcontrast, .jqx-menu-item-arrow-right-selected-highcontrast{background-image:url(images/icon-right-white.png); background-position:100% 50%; background-repeat:no-repeat}
91 .jqx-menu-item-arrow-down-hover-highcontrast, .jqx-menu-item-arrow-down-selected-highcontrast{background-image:url(images/icon-down-white.png); background-position:100% 50%; background-repeat:no-repeat}
92 .jqx-menu-item-arrow-up-hover-highcontrast, .jqx-menu-item-arrow-up-selected-highcontrast{background-image:url(images/icon-up-white.png);background-position:100% 50%; background-repeat:no-repeat}
93 .jqx-menu-item-arrow-left-hover-highcontrast, .jqx-menu-item-arrow-left-selected-highcontrast{background-image:url(images/icon-left-white.png); background-position:0 50%; background-repeat:no-repeat}
94
95 .jqx-icon-delete-highcontrast
96 {
97 background-image: url('images/icon-delete-white.png');
98 }
99 .jqx-icon-edit-highcontrast
100 {
101 background-image: url('images/icon-edit-white.png');
102 }
103 .jqx-icon-save-highcontrast
104 {
105 background-image: url('images/icon-save-white.png');
106 }
107 .jqx-icon-cancel-highcontrast
108 {
109 background-image: url('images/icon-cancel-white.png');
110 }
111 .jqx-icon-search-highcontrast
112 {
113 background-image: url(images/search_white.png);
114 }
115 .jqx-icon-plus-highcontrast
116 {
117 background-image: url(images/plus_white.png);
118 }

mercurial