diff -r fa742816bb8b -r 259c97782bf8 www/jqwidgets/styles/jqx.windowsphone.css --- a/www/jqwidgets/styles/jqx.windowsphone.css Wed Aug 21 17:26:56 2019 +0200 +++ b/www/jqwidgets/styles/jqx.windowsphone.css Thu Aug 22 14:10:58 2019 +0200 @@ -493,4 +493,32 @@ .jqx-scheduler-windowsphone, .jqx-scheduler-toolbar-windowsphone, .jqx-scheduler-time-column-windowsphone, .jqx-scheduler-toolbar-details-windowsphone { color: white !important; background: black !important; +} +/*applied to the timepicker*/ +.jqx-time-picker .jqx-header .jqx-hour-container-windowsphone:hover { + background-color: rgb(0, 138, 0); +} +.jqx-time-picker .jqx-header .jqx-minute-container-windowsphone:hover { + background-color: rgb(0, 138, 0); +} +.jqx-time-picker .jqx-header .jqx-am-container-windowsphone:hover { + background-color: rgb(0, 138, 0); +} +.jqx-time-picker .jqx-header .jqx-pm-container-windowsphone:hover { + background-color: rgb(0, 138, 0); +} +.jqx-svg-picker-windowsphone:focus { + border: 1px solid rgb(77, 119, 193) !important; +} +.jqx-label-windowsphone { + fill: rgb(158, 158, 158); +} +.jqx-time-picker .jqx-header .jqx-selected-windowsphone:focus { + outline: 2px solid rgb(158, 158, 158); +} +.jqx-svg-picker-windowsphone:focus { + border: 1px solid rgb(73, 68, 55) !important; +} +.jqx-main-container-windowsphone { + background: none; } \ No newline at end of file