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

changeset 709
5b6d7b640e52
parent 708
13555c27b592
child 710
abe60578d695
equal deleted inserted replaced
708:13555c27b592 709:5b6d7b640e52
1 .jqx-rc-tl-black {
2 -moz-border-radius-topleft: 5px;
3 -webkit-border-top-left-radius: 5px;
4 border-top-left-radius: 5px;
5 }
6 /*top-right rounded Corners*/
7 .jqx-rc-tr-black {
8 -moz-border-radius-topright: 5px;
9 -webkit-border-top-right-radius: 5px;
10 border-top-right-radius: 5px;
11 }
12 /*bottom-left rounded Corners*/
13 .jqx-rc-bl-black {
14 -moz-border-radius-bottomleft: 5px;
15 -webkit-border-bottom-left-radius: 5px;
16 border-bottom-left-radius: 5px;
17 }
18 /*bottom-right rounded Corners*/
19 .jqx-rc-br-black {
20 -moz-border-radius-bottomright: 5px;
21 -webkit-border-bottom-right-radius: 5px;
22 border-bottom-right-radius: 5px;
23 }
24 /*top rounded Corners*/
25 .jqx-rc-t-black {
26 -moz-border-radius-topleft: 5px;
27 -webkit-border-top-left-radius: 5px;
28 border-top-left-radius: 5px;
29 -moz-border-radius-topright: 5px;
30 -webkit-border-top-right-radius: 5px;
31 border-top-right-radius: 5px;
32 }
33 /*bottom rounded Corners*/
34 .jqx-rc-b-black {
35 -moz-border-radius-bottomleft: 5px;
36 -webkit-border-bottom-left-radius: 5px;
37 border-bottom-left-radius: 5px;
38 -moz-border-radius-bottomright: 5px;
39 -webkit-border-bottom-right-radius: 5px;
40 border-bottom-right-radius: 5px;
41 }
42 /*right rounded Corners*/
43 .jqx-rc-r-black {
44 -moz-border-radius-topright: 5px;
45 -webkit-border-top-right-radius: 5px;
46 border-top-right-radius: 5px;
47 -moz-border-radius-bottomright: 5px;
48 -webkit-border-bottom-right-radius: 5px;
49 border-bottom-right-radius: 5px;
50 }
51 /*left rounded Corners*/
52 .jqx-rc-l-black {
53 -moz-border-radius-topleft: 5px;
54 -webkit-border-top-left-radius: 5px;
55 border-top-left-radius: 5px;
56 -moz-border-radius-bottomleft: 5px;
57 -webkit-border-bottom-left-radius: 5px;
58 border-bottom-left-radius: 5px;
59 }
60 /*all rounded Corners*/
61 .jqx-rc-all-black {
62 -moz-border-radius: 5px;
63 -webkit-border-radius: 5px;
64 border-radius: 5px;
65 }
66
67 .jqx-widget-black {
68 color: inherit;
69 }
70
71 .jqx-grid-selectionarea-black {
72 background-color: #262626;
73 border: 1px solid #262626;
74 opacity: 0.5;
75 }
76
77 .jqx-grid-group-cell-black {
78 border-color: #262626;
79 background-color: #fff;
80 }
81
82 .jqx-grid-cell-sort-black, .jqx-grid-cell-filter-black, .jqx-grid-cell-pinned-black {
83 background-color: #eaf8ff;
84 }
85
86 .jqx-grid-cell-alt-black, .jqx-grid-cell-sort-alt-black, .jqx-grid-cell-filter-alt-black {
87 background-color: #deedf5;
88 }
89
90 .jqx-widget-black .jqx-grid-cell-black {
91 background: #000;
92 border-color: #555;
93 }
94
95 .jqx-widget-black .jqx-grid-group-cell-black {
96 background-color: #000;
97 border-color: #555;
98 }
99
100 .jqx-widget-black .jqx-grid-cell-selected-black {
101 color: #fff !important;
102 }
103
104 .jqx-widget-black .jqx-grid-cell-hover-black {
105 color: #fff !important;
106 }
107
108 .jqx-widget-black {
109 font-family: Tahoma,"Lucida Sans",Verdana,Helvetica,Arial,sans-serif;
110 border-color: #222;
111 }
112
113 .jqx-widget-content-black {
114 font-family: Tahoma,"Lucida Sans",Verdana,Helvetica,Arial,sans-serif;
115 color: #fff;
116 border-color: #262626;
117 background: #111;
118 }
119
120 .jqx-fill-state-normal-black, .jqx-widget-header-black, .jqx-input-button-content-black {
121 font-family: Tahoma,"Lucida Sans",Verdana,Helvetica,Arial,sans-serif;
122 color: #fff;
123 border-color: #000;
124 background: #a4a4a4;
125 background: -moz-linear-gradient(top, #a4a4a4 0%, #757575 4%, #4f4f4f 37%, #464646 48%, #000000 52%, #000000 56%, #0c0c0c 67%, #1e1e1e 78%, #414141 96%, #666666 100%);
126 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4a4a4), color-stop(4%,#757575), color-stop(37%,#4f4f4f), color-stop(48%,#464646), color-stop(52%,#000000), color-stop(56%,#000000), color-stop(67%,#0c0c0c), color-stop(78%,#1e1e1e), color-stop(96%,#414141), color-stop(100%,#666666));
127 background: -webkit-linear-gradient(top, #a4a4a4 0%,#757575 4%,#4f4f4f 37%,#464646 48%,#000000 52%,#000000 56%,#0c0c0c 67%,#1e1e1e 78%,#414141 96%,#666666 100%);
128 background: -o-linear-gradient(top, #a4a4a4 0%,#757575 4%,#4f4f4f 37%,#464646 48%,#000000 52%,#000000 56%,#0c0c0c 67%,#1e1e1e 78%,#414141 96%,#666666 100%);
129 background: -ms-linear-gradient(top, #a4a4a4 0%,#757575 4%,#4f4f4f 37%,#464646 48%,#000000 52%,#000000 56%,#0c0c0c 67%,#1e1e1e 78%,#414141 96%,#666666 100%);
130 background: linear-gradient(top, #a4a4a4 0%,#757575 4%,#4f4f4f 37%,#464646 48%,#000000 52%,#000000 56%,#0c0c0c 67%,#1e1e1e 78%,#414141 96%,#666666 100%);
131 }
132
133 .jqx-fill-state-hover-black, .jqx-input-button-header-black, .jqx-widget-black .jqx-grid-cell-hover-black {
134 background: #f87948;
135 background: -moz-linear-gradient(top, #f87948 0%, #fb4e0b 4%, #f44501 11%, #e24000 19%, #983600 44%, #983600 48%, #5c2900 52%, #692b00 67%, #c23700 96%, #bd3800 100%);
136 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f87948), color-stop(4%,#fb4e0b), color-stop(11%,#f44501), color-stop(19%,#e24000), color-stop(44%,#983600), color-stop(48%,#983600), color-stop(52%,#5c2900), color-stop(67%,#692b00), color-stop(96%,#c23700), color-stop(100%,#bd3800));
137 background: -webkit-linear-gradient(top, #f87948 0%,#fb4e0b 4%,#f44501 11%,#e24000 19%,#983600 44%,#983600 48%,#5c2900 52%,#692b00 67%,#c23700 96%,#bd3800 100%);
138 background: -o-linear-gradient(top, #f87948 0%,#fb4e0b 4%,#f44501 11%,#e24000 19%,#983600 44%,#983600 48%,#5c2900 52%,#692b00 67%,#c23700 96%,#bd3800 100%);
139 background: -ms-linear-gradient(top, #f87948 0%,#fb4e0b 4%,#f44501 11%,#e24000 19%,#983600 44%,#983600 48%,#5c2900 52%,#692b00 67%,#c23700 96%,#bd3800 100%);
140 background: linear-gradient(top, #f87948 0%,#fb4e0b 4%,#f44501 11%,#e24000 19%,#983600 44%,#983600 48%,#5c2900 52%,#692b00 67%,#c23700 96%,#bd3800 100%);
141 border-color: #262626;
142 color: #fff;
143 }
144
145 .jqx-fill-state-pressed-black, .jqx-menu-item-top-hover-black, .jqx-widget-black .jqx-grid-cell-selected-black {
146 background: #db4200;
147 background: -moz-linear-gradient(top, #db4200 0%, #902e00 4%, #7d2a01 19%, #531c03 44%, #531c03 48%, #0f0906 52%, #221105 63%, #2b1705 67%, #592903 89%, #642e02 96%, #902e00 100%);
148 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db4200), color-stop(4%,#902e00), color-stop(19%,#7d2a01), color-stop(44%,#531c03), color-stop(48%,#531c03), color-stop(52%,#0f0906), color-stop(63%,#221105), color-stop(67%,#2b1705), color-stop(89%,#592903), color-stop(96%,#642e02), color-stop(100%,#902e00));
149 background: -webkit-linear-gradient(top, #db4200 0%,#902e00 4%,#7d2a01 19%,#531c03 44%,#531c03 48%,#0f0906 52%,#221105 63%,#2b1705 67%,#592903 89%,#642e02 96%,#902e00 100%);
150 background: -o-linear-gradient(top, #db4200 0%,#902e00 4%,#7d2a01 19%,#531c03 44%,#531c03 48%,#0f0906 52%,#221105 63%,#2b1705 67%,#592903 89%,#642e02 96%,#902e00 100%);
151 background: -ms-linear-gradient(top, #db4200 0%,#902e00 4%,#7d2a01 19%,#531c03 44%,#531c03 48%,#0f0906 52%,#221105 63%,#2b1705 67%,#592903 89%,#642e02 96%,#902e00 100%);
152 background: linear-gradient(top, #db4200 0%,#902e00 4%,#7d2a01 19%,#531c03 44%,#531c03 48%,#0f0906 52%,#221105 63%,#2b1705 67%,#592903 89%,#642e02 96%,#902e00 100%);
153 border-color: #262626;
154 color: #fff;
155 }
156
157 .jqx-fill-state-disabled-black {
158 cursor: default;
159 opacity: .55;
160 filter: Alpha(Opacity=45);
161 }
162
163 .jqx-checkbox-check-checked-black {
164 background: transparent url(./images/check_white.png) left top no-repeat;
165 }
166
167 .jqx-checkbox-check-indeterminate-black {
168 background: transparent url(./images/check_indeterminate_white.png) left top no-repeat;
169 }
170
171 .jqx-grid-black, .jqx-grid-header-black, .jqx-grid-cell-black {
172 border-color: #262626;
173 }
174
175 .jqx-widget-black .jqx-grid-column-menubutton-black, .jqx-widget-black .jqx-grid-column-sortascbutton-black, .jqx-widget-black .jqx-grid-column-sortdescbutton-black, .jqx-widget-black .jqx-grid-column-filterbutton-black {
176 border-color: #262626;
177 }
178
179 .jqx-widget-black .jqx-grid-column-header-black {
180 border-color: #262626;
181 }
182
183 .jqx-calendar-cell-today-black {
184 color: #35353A;
185 }
186
187 .jqx-grid-bottomright-black, .jqx-panel-bottomright-black, .jqx-listbox-bottomright-black {
188 background-color: #262626;
189 }
190
191 .jqx-widget-black .jqx-grid-column-menubutton-black, .jqx-menu-vertical-black {
192 background-color: #262626;
193 border-color: #262626;
194 }
195
196 .jqx-menu-vertical-black {
197 background: #222;
198 color: #fff;
199 }
200
201 .jqx-scrollbar-state-normal-black {
202 background: #111;
203 border: 1px solid #111;
204 }
205
206 .jqx-scrollbar-button-state-normal-black {
207 border: 1px solid #111;
208 background: #111;
209 }
210
211 .jqx-scrollbar-button-state-hover-black {
212 background: #f87948;
213 background: -moz-linear-gradient(top, #f87948 0%, #fb4e0b 4%, #f44501 11%, #e24000 19%, #983600 44%, #983600 48%, #5c2900 52%, #692b00 67%, #c23700 96%, #bd3800 100%);
214 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f87948), color-stop(4%,#fb4e0b), color-stop(11%,#f44501), color-stop(19%,#e24000), color-stop(44%,#983600), color-stop(48%,#983600), color-stop(52%,#5c2900), color-stop(67%,#692b00), color-stop(96%,#c23700), color-stop(100%,#bd3800));
215 background: -webkit-linear-gradient(top, #f87948 0%,#fb4e0b 4%,#f44501 11%,#e24000 19%,#983600 44%,#983600 48%,#5c2900 52%,#692b00 67%,#c23700 96%,#bd3800 100%);
216 background: -o-linear-gradient(top, #f87948 0%,#fb4e0b 4%,#f44501 11%,#e24000 19%,#983600 44%,#983600 48%,#5c2900 52%,#692b00 67%,#c23700 96%,#bd3800 100%);
217 background: -ms-linear-gradient(top, #f87948 0%,#fb4e0b 4%,#f44501 11%,#e24000 19%,#983600 44%,#983600 48%,#5c2900 52%,#692b00 67%,#c23700 96%,#bd3800 100%);
218 background: linear-gradient(top, #f87948 0%,#fb4e0b 4%,#f44501 11%,#e24000 19%,#983600 44%,#983600 48%,#5c2900 52%,#692b00 67%,#c23700 96%,#bd3800 100%);
219 border: 1px solid #000;
220 }
221
222 .jqx-scrollbar-button-state-pressed-black {
223 background: #555 url(./images/darkred_gradient.png) left top scroll repeat-x;
224 border: 1px solid #000;
225 }
226
227 .jqx-scrollbar-thumb-state-normal-horizontal-black {
228 background: #555;
229 background-image: -webkit-gradient(linear,0 0,0 100%,from(#717171),to(#494949));
230 background-image: -moz-linear-gradient(top,#717171,#494949);
231 background-image: -o-linear-gradient(top,#717171,#494949);
232 border: 1px solid #000;
233 }
234
235 .jqx-scrollbar-thumb-state-hover-horizontal-black {
236 background: #983600;
237 background-image: -webkit-gradient(linear,0 0,0 100%,from(#fb4e0b),to(#983600));
238 background-image: -moz-linear-gradient(top,#fb4e0b,#983600);
239 background-image: -o-linear-gradient(top,#fb4e0b,#983600);
240 border: 1px solid #000;
241 }
242
243 .jqx-scrollbar-thumb-state-pressed-horizontal-black {
244 background: #902e00;
245 background-image: -webkit-gradient(linear,0 0,0 100%,from(#902e00),to(#531c03));
246 background-image: -moz-linear-gradient(top,#902e00,#531c03);
247 background-image: -o-linear-gradient(top,#902e00,#531c03);
248 border: 1px solid #000;
249 }
250
251 .jqx-scrollbar-thumb-state-normal-black {
252 background: #555;
253 background-image: -webkit-gradient(linear,left top,left top,from(#717171),to(#494949));
254 background-image: -moz-linear-gradient(left,#717171,#494949);
255 background-image: -o-linear-gradient(left,#717171,#494949);
256 border: 1px solid #000;
257 }
258
259 .jqx-scrollbar-thumb-state-hover-black {
260 background: #983600;
261 background-image: -webkit-gradient(linear,left top,left top,from(#fb4e0b),to(#983600));
262 background-image: -moz-linear-gradient(left,#fb4e0b,#983600);
263 background-image: -o-linear-gradient(left,#fb4e0b,#983600);
264 border: 1px solid #000;
265 }
266
267 .jqx-scrollbar-thumb-state-pressed-black {
268 background: #902e00;
269 background-image: -webkit-gradient(linear,left top,left top,from(#902e00),to(#531c03));
270 background-image: -moz-linear-gradient(left,#902e00,#531c03);
271 background-image: -o-linear-gradient(left,#902e00,#531c03);
272 border: 1px solid #000;
273 }
274
275 .jqx-splitter-splitbar-horizontal-black, .jqx-splitter-splitbar-vertical-black, .jqx-splitter-splitbar-hover-black, .jqx-splitter-splitbar-hover-horizontal-black {
276 background: #555;
277 }
278
279 .jqx-splitter-collapse-button-horizontal-black, .jqx-splitter-collapse-button-vertical-black {
280 background: #7f7f7f;
281 }
282
283 .jqx-grid-column-sortascbutton-black, .jqx-expander-arrow-bottom-black, .jqx-window-collapse-button-black, .jqx-menu-item-arrow-up-black, .jqx-menu-item-arrow-up-selected-black, .jqx-menu-item-arrow-top-up-black, .jqx-icon-arrow-up-black, .jqx-icon-arrow-up-hover-black, .jqx-icon-arrow-up-selected-black {
284 background-image: url('images/icon-up-white.png');
285 background-repeat: no-repeat;
286 background-position: center;
287 }
288
289 .jqx-widget-black .jqx-grid-group-expand-black, .jqx-grid-group-expand-black, .jqx-grid-column-menubutton-black, .jqx-grid-column-sortdescbutton-black, .jqx-expander-arrow-top-black, .jqx-window-collapse-button-collapsed-black, .jqx-menu-item-arrow-down-black, .jqx-menu-item-arrow-down-selected-black, .jqx-menu-item-arrow-down-black, .jqx-icon-arrow-down-black, .jqx-icon-arrow-down-hover-black, .jqx-icon-arrow-down-selected-black {
290 background-image: url('images/icon-down-white.png');
291 background-repeat: no-repeat;
292 background-position: center;
293 }
294
295 .jqx-tabs-arrow-left-black, .jqx-menu-item-arrow-left-selected-black, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-black, .jqx-icon-arrow-down-left-black, .jqx-icon-arrow-left-selected-black {
296 background-image: url('images/icon-left-white.png');
297 background-repeat: no-repeat;
298 background-position: center;
299 }
300
301 .jqx-widget-black .jqx-grid-group-collapse-black, .jqx-grid-group-collapse-black, .jqx-tabs-arrow-right-black, .jqx-menu-item-arrow-right-selected-black, .jqx-menu-item-arrow-top-right-black, .jqx-icon-arrow-right-black, .jqx-icon-arrow-right-hover-black, .jqx-icon-arrow-right-selected-black {
302 background-image: url('images/icon-right-white.png');
303 background-repeat: no-repeat;
304 background-position: center;
305 }
306
307 .jqx-window-close-button-black, .jqx-icon-close-black, .jqx-tabs-close-button-black, .jqx-tabs-close-button-hover-black, .jqx-tabs-close-button-selected-black {
308 background-image: url(./images/close_white.png);
309 background-repeat: no-repeat;
310 background-position: center;
311 }
312
313 .jqx-tree-item-arrow-collapse-rtl-black, .jqx-tree-item-arrow-collapse-hover-rtl-black {
314 background-image: url(./images/icon-left.png);
315 }
316
317 .jqx-listitem-state-group-black {
318 background: #222;
319 }
320
321 .jqx-calendar-cell-specialDate-black {
322 border: 1px solid black;
323 }
324
325 .jqx-tabs-selection-tracker-top-black, .jqx-tabs-selection-tracker-bottom-black {
326 background-color: #000;
327 border-color: #000;
328 }
329
330 .jqx-widget-black .jqx-grid-cell-sort-black, .jqx-widget-black .jqx-grid-cell-alt-black, .jqx-widget-black .jqx-grid-cell-filter-black, .jqx-widget-black .jqx-grid-cell-pinned-black {
331 background-color: #333;
332 }
333
334 .jqx-listbox-feedback-black {
335 border-top: 1px dashed #ccc;
336 }
337
338 .jqx-combobox-input-black, .jqx-combobox-content-black, .jqx-input-black, .jqx-input-content-black {
339 background: #f7f7f7;
340 color: #000;
341 }
342
343 .jqx-widget-black, .jqx-widget-header-black, .jqx-widget-content-black {
344 -webkit-background-clip: padding-box;
345 background-clip: padding-box;
346 }
347
348 .jqx-fill-state-focus-black .jqx-widget-content {
349 border-color: #000;
350 }
351
352 .jqx-radiobutton-check-checked-black {
353 background: #fff;
354 }
355
356 .jqx-icon-arrow-first-black {
357 background-image: url('images/icon-first-white.png');
358 background-repeat: no-repeat;
359 background-position: center;
360 }
361
362 .jqx-icon-arrow-last-black {
363 background-image: url('images/icon-last-white.png');
364 background-repeat: no-repeat;
365 background-position: center;
366 }
367
368 .jqx-grid-cell-black.jqx-grid-cell-selected-black > .jqx-grid-group-expand-black,
369 .jqx-grid-cell-black.jqx-grid-cell-hover-black > .jqx-grid-group-expand-black {
370 background-image: url('images/icon-down-white.png');
371 background-repeat: no-repeat;
372 background-position: center;
373 }
374
375 .jqx-grid-cell-black.jqx-grid-cell-selected-black > .jqx-grid-group-collapse-black,
376 .jqx-grid-cell-black.jqx-grid-cell-hover-black > .jqx-grid-group-collapse-black {
377 background-image: url('images/icon-right-white.png');
378 background-repeat: no-repeat;
379 background-position: center;
380 }
381
382 .jqx-grid-cell-black.jqx-grid-cell-selected-black > .jqx-grid-group-collapse-rtl-black,
383 .jqx-grid-cell-black.jqx-grid-cell-hover-black > .jqx-grid-group-collapse-rtl-black {
384 background-image: url('images/icon-left-white.png');
385 background-repeat: no-repeat;
386 background-position: center;
387 }
388
389 .jqx-grid-cell-black.jqx-grid-cell-selected-black > .jqx-grid-group-expand-rtl-black,
390 .jqx-grid-cell-black.jqx-grid-cell-hover-black > .jqx-grid-group-expand-rtl-black {
391 background-image: url('images/icon-down-white.png');
392 background-repeat: no-repeat;
393 background-position: center;
394 }
395
396 .jqx-icon-calendar-black, .jqx-icon-calendar-hover-black, .jqx-icon-calendar-pressed-black {
397 background-image: url('images/icon-calendar-white.png');
398 }
399
400 .jqx-icon-time-black, .jqx-icon-time-hover-black, .jqx-icon-time-pressed-black {
401 background-image: url('images/icon-time-white.png');
402 }
403
404 .jqx-icon-delete-black {
405 background-image: url('images/icon-delete-white.png');
406 }
407
408 .jqx-icon-edit-black {
409 background-image: url('images/icon-edit-white.png');
410 }
411
412 .jqx-icon-save-black {
413 background-image: url('images/icon-save-white.png');
414 }
415
416 .jqx-icon-cancel-black {
417 background-image: url('images/icon-cancel-white.png');
418 }
419
420 .jqx-icon-search-black {
421 background-image: url(./images/search_white.png);
422 }
423
424 .jqx-icon-plus-black {
425 background-image: url(./images/plus_white.png);
426 }
427
428 .jqx-menu-minimized-button-black {
429 background-image: url('images/icon-menu-minimized-white.png');
430 }
431
432 .jqx-editor-toolbar-icon-black {
433 background: url('images/html_editor_white.png') no-repeat;
434 }
435
436 .jqx-layout-black {
437 background-color: #000;
438 }
439
440 .jqx-layout-pseudo-window-pin-icon-black {
441 background-image: url("images/pin-white.png");
442 }
443
444 .jqx-layout-pseudo-window-pinned-icon-black {
445 background-image: url("images/pinned-white.png");
446 }
447
448 .jqx-scheduler-month-cell-black, .jqx-scheduler-time-column-black, .jqx-scheduler-toolbar-black {
449 background: #35353A !important;
450 color: #fff !important;
451 }
452
453 .jqx-widget-black .jqx-scheduler-middle-cell-black, .jqx-scheduler-middle-cell-black {
454 border-bottom-color: #35353A !important;
455 }
456
457 .jqx-kanban-item-black {
458 box-shadow: none;
459 }
460
461
462 .jqx-grid-column-menubutton-black {
463 border-style: solid;
464 border-width: 0px 0px 0px 1px;
465 border-color: transparent;
466 background-image: url('images/icon-menu-small-white.png') !important;
467 background-repeat: no-repeat;
468 background-position: center;
469 cursor: pointer;
470 }
471
472 .jqx-item-black .jqx-grid-sortasc-icon {
473 background-image: url('images/icon-sort-asc-white.png');
474 background-repeat: no-repeat;
475 background-position: left center;
476 width: 16px;
477 height: 16px;
478 float: left;
479 margin-left: -4px;
480 margin-right: 4px;
481 }
482 /*applied to the sort ascending menu item in the Grid's Context Menu*/
483 .jqx-item-black .jqx-grid-sortdesc-icon {
484 background-image: url('images/icon-sort-desc-white.png');
485 background-repeat: no-repeat;
486 background-position: left center;
487 width: 16px;
488 height: 16px;
489 float: left;
490 margin-left: -4px;
491 margin-right: 4px;
492 }
493 /*applied to the grid menu's sort remove item/*/
494 .jqx-item-black .jqx-grid-sortremove-icon {
495 background-image: url('images/icon-sort-remove-white.png');
496 background-repeat: no-repeat;
497 background-position: left center;
498 width: 16px;
499 height: 16px;
500 float: left;
501 margin-left: -4px;
502 margin-right: 4px;
503 }
504 /*applied to the timepicker labels*/
505 .jqx-label-black {
506 fill: darkgray;
507 }
508 /*applied to the timepicker needle*/
509 .jqx-needle-black {
510 fill: darkgray;
511 }
512 /*applied to the timepicker needle circle*/
513 .jqx-needle-central-circle-black {
514 fill: darkgray;
515 }

mercurial