www/jqwidgets/styles/jqx.black.css

changeset 733
67bf19c50fcc
parent 619
4938909df593
equal deleted inserted replaced
732:db4de4f37b65 733:67bf19c50fcc
159 opacity: .55; 159 opacity: .55;
160 filter: Alpha(Opacity=45); 160 filter: Alpha(Opacity=45);
161 } 161 }
162 162
163 .jqx-checkbox-check-checked-black { 163 .jqx-checkbox-check-checked-black {
164 background: transparent url(images/check_white.png) left top no-repeat; 164 background: transparent url(./images/check_white.png) left top no-repeat;
165 } 165 }
166 166
167 .jqx-checkbox-check-indeterminate-black { 167 .jqx-checkbox-check-indeterminate-black {
168 background: transparent url(images/check_indeterminate_white.png) left top no-repeat; 168 background: transparent url(./images/check_indeterminate_white.png) left top no-repeat;
169 } 169 }
170 170
171 .jqx-grid-black, .jqx-grid-header-black, .jqx-grid-cell-black { 171 .jqx-grid-black, .jqx-grid-header-black, .jqx-grid-cell-black {
172 border-color: #262626; 172 border-color: #262626;
173 } 173 }
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%); 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; 219 border: 1px solid #000;
220 } 220 }
221 221
222 .jqx-scrollbar-button-state-pressed-black { 222 .jqx-scrollbar-button-state-pressed-black {
223 background: #555 url(images/darkred_gradient.png) left top scroll repeat-x; 223 background: #555 url(./images/darkred_gradient.png) left top scroll repeat-x;
224 border: 1px solid #000; 224 border: 1px solid #000;
225 } 225 }
226 226
227 .jqx-scrollbar-thumb-state-normal-horizontal-black { 227 .jqx-scrollbar-thumb-state-normal-horizontal-black {
228 background: #555; 228 background: #555;
303 background-repeat: no-repeat; 303 background-repeat: no-repeat;
304 background-position: center; 304 background-position: center;
305 } 305 }
306 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 { 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); 308 background-image: url(./images/close_white.png);
309 background-repeat: no-repeat; 309 background-repeat: no-repeat;
310 background-position: center; 310 background-position: center;
311 } 311 }
312 312
313 .jqx-tree-item-arrow-collapse-rtl-black, .jqx-tree-item-arrow-collapse-hover-rtl-black { 313 .jqx-tree-item-arrow-collapse-rtl-black, .jqx-tree-item-arrow-collapse-hover-rtl-black {
314 background-image: url(images/icon-left.png); 314 background-image: url(./images/icon-left.png);
315 } 315 }
316 316
317 .jqx-listitem-state-group-black { 317 .jqx-listitem-state-group-black {
318 background: #222; 318 background: #222;
319 } 319 }
416 .jqx-icon-cancel-black { 416 .jqx-icon-cancel-black {
417 background-image: url('images/icon-cancel-white.png'); 417 background-image: url('images/icon-cancel-white.png');
418 } 418 }
419 419
420 .jqx-icon-search-black { 420 .jqx-icon-search-black {
421 background-image: url(images/search_white.png); 421 background-image: url(./images/search_white.png);
422 } 422 }
423 423
424 .jqx-icon-plus-black { 424 .jqx-icon-plus-black {
425 background-image: url(images/plus_white.png); 425 background-image: url(./images/plus_white.png);
426 } 426 }
427 427
428 .jqx-menu-minimized-button-black { 428 .jqx-menu-minimized-button-black {
429 background-image: url('images/icon-menu-minimized-white.png'); 429 background-image: url('images/icon-menu-minimized-white.png');
430 } 430 }

mercurial