www/jqwidgets/styles/jqx.windowsphone.css

changeset 451
259c97782bf8
parent 1
37f1a08315f3
child 733
67bf19c50fcc
equal deleted inserted replaced
450:fa742816bb8b 451:259c97782bf8
492 } 492 }
493 .jqx-scheduler-windowsphone, .jqx-scheduler-toolbar-windowsphone, .jqx-scheduler-time-column-windowsphone, .jqx-scheduler-toolbar-details-windowsphone { 493 .jqx-scheduler-windowsphone, .jqx-scheduler-toolbar-windowsphone, .jqx-scheduler-time-column-windowsphone, .jqx-scheduler-toolbar-details-windowsphone {
494 color: white !important; 494 color: white !important;
495 background: black !important; 495 background: black !important;
496 } 496 }
497 /*applied to the timepicker*/
498 .jqx-time-picker .jqx-header .jqx-hour-container-windowsphone:hover {
499 background-color: rgb(0, 138, 0);
500 }
501 .jqx-time-picker .jqx-header .jqx-minute-container-windowsphone:hover {
502 background-color: rgb(0, 138, 0);
503 }
504 .jqx-time-picker .jqx-header .jqx-am-container-windowsphone:hover {
505 background-color: rgb(0, 138, 0);
506 }
507 .jqx-time-picker .jqx-header .jqx-pm-container-windowsphone:hover {
508 background-color: rgb(0, 138, 0);
509 }
510 .jqx-svg-picker-windowsphone:focus {
511 border: 1px solid rgb(77, 119, 193) !important;
512 }
513 .jqx-label-windowsphone {
514 fill: rgb(158, 158, 158);
515 }
516 .jqx-time-picker .jqx-header .jqx-selected-windowsphone:focus {
517 outline: 2px solid rgb(158, 158, 158);
518 }
519 .jqx-svg-picker-windowsphone:focus {
520 border: 1px solid rgb(73, 68, 55) !important;
521 }
522 .jqx-main-container-windowsphone {
523 background: none;
524 }

mercurial