www/jqwidgets/styles/jqx.orange.css

changeset 451
259c97782bf8
parent 1
37f1a08315f3
child 733
67bf19c50fcc
equal deleted inserted replaced
450:fa742816bb8b 451:259c97782bf8
207 .jqx-date-time-input-popup-orange .jqx-icon-arrow-up-orange { 207 .jqx-date-time-input-popup-orange .jqx-icon-arrow-up-orange {
208 background-image: url('images/icon-up.png'); 208 background-image: url('images/icon-up.png');
209 background-repeat: no-repeat; 209 background-repeat: no-repeat;
210 background-position: center; 210 background-position: center;
211 } 211 }
212 /*applied to the timepicker*/
213 .jqx-time-picker .jqx-header .jqx-hour-container-orange:focus {
214 outline: 1px solid white !important;
215 }
216 .jqx-time-picker .jqx-header .jqx-minute-container-orange:focus {
217 outline: 1px solid white !important;
218 }
219 .jqx-time-picker .jqx-header .jqx-am-container-orange:focus {
220 outline: 1px solid white !important;
221 }
222 .jqx-time-picker .jqx-header .jqx-pm-container-orange:focus {
223 outline: 1px solid white !important;
224 }
225 .jqx-svg-picker-orange:focus {
226 border: 1px solid rgb(77, 119, 193) !important;
227 }
228 .jqx-label-orange {
229 fill: white;
230 }
231 .jqx-needle-orange {
232 fill: rgb(77, 119, 193);
233 }
234 .jqx-needle-central-circle-orange:first-of-type {
235 fill: rgb(77, 119, 193);
236 stroke: rgb(77, 119, 193);
237 stroke-width: 1.5;
238 }
239 .jqx-needle-central-circle-orange {
240 fill: rgb(0, 74, 115);
241 stroke: rgb(77, 119, 193);
242 stroke-width: 1.5;
243 }

mercurial