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

changeset 617
b216f9d4b917
parent 511
2d1d43c3a2c2
equal deleted inserted replaced
616:e2b82881c13e 617:b216f9d4b917
88 .jqx-grid-cell-highcontrast.jqx-grid-cell-hover-highcontrast>.jqx-grid-group-expand-rtl-highcontrast { 88 .jqx-grid-cell-highcontrast.jqx-grid-cell-hover-highcontrast>.jqx-grid-group-expand-rtl-highcontrast {
89 background-image: url('images/icon-down-white.png'); 89 background-image: url('images/icon-down-white.png');
90 background-repeat: no-repeat; 90 background-repeat: no-repeat;
91 background-position: center; 91 background-position: center;
92 } 92 }
93 .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} 93 .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}
94 .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} 94 .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}
95 .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} 95 .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}
96 .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} 96 .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}
97 97
98 .jqx-icon-delete-highcontrast 98 .jqx-icon-delete-highcontrast
99 { 99 {
100 background-image: url('images/icon-delete-white.png'); 100 background-image: url('images/icon-delete-white.png');
101 } 101 }
111 { 111 {
112 background-image: url('images/icon-cancel-white.png'); 112 background-image: url('images/icon-cancel-white.png');
113 } 113 }
114 .jqx-icon-search-highcontrast 114 .jqx-icon-search-highcontrast
115 { 115 {
116 background-image: url(images/search_white.png); 116 background-image: url(./images/search_white.png);
117 } 117 }
118 .jqx-icon-plus-highcontrast 118 .jqx-icon-plus-highcontrast
119 { 119 {
120 background-image: url(images/plus_white.png); 120 background-image: url(./images/plus_white.png);
121 } 121 }
122 .jqx-layout-highcontrast 122 .jqx-layout-highcontrast
123 { 123 {
124 background-color: #000; 124 background-color: #000;
125 } 125 }
126 /*applied to the timepicker*/
127 .jqx-time-picker .jqx-header .jqx-selected-highcontrast:focus {
128 outline: 1px solid white;
129 }
130 .jqx-svg-picker-highcontrast {
131 border: 1px solid black;
132 }
133 .jqx-svg-picker-highcontrast:focus {
134 border: 1px solid rgb(55, 0, 110) !important;
135 }

mercurial