www/jqwidgets/styles/jqx.metro.css

changeset 451
259c97782bf8
parent 1
37f1a08315f3
child 733
67bf19c50fcc
equal deleted inserted replaced
450:fa742816bb8b 451:259c97782bf8
319 } 319 }
320 .jqx-layout-metro 320 .jqx-layout-metro
321 { 321 {
322 background-color: #e5e5e5; 322 background-color: #e5e5e5;
323 } 323 }
324
325 /*applied to the timepicker*/
326 .jqx-time-picker .jqx-header .jqx-hour-container-metro:focus {
327 outline: 1px solid rgb(31, 174, 255) !important;
328 }
329 .jqx-time-picker .jqx-header .jqx-minute-container-metro:focus {
330 outline: 1px solid rgb(31, 174, 255) !important;
331 }
332 .jqx-time-picker .jqx-header .jqx-am-container-metro:focus {
333 outline: 1px solid rgb(31, 174, 255) !important;
334 }
335 .jqx-time-picker .jqx-header .jqx-pm-container-metro:focus {
336 outline: 1px solid rgb(31, 174, 255) !important;
337 }
338 .jqx-svg-picker-metro {
339 border: 1px solid rgb(31, 174, 255);
340 }
341 .jqx-svg-picker-metro:focus {
342 border: 1px solid rgb(31, 174, 255) !important;
343 }
344 .jqx-needle-central-circle-metro {
345 fill: rgb(31, 174, 255);
346 }
347 .jqx-needle-metro {
348 fill: rgb(31, 174, 255);
349 }

mercurial