diff -r fa742816bb8b -r 259c97782bf8 www/jqwidgets/styles/jqx.orange.css --- a/www/jqwidgets/styles/jqx.orange.css Wed Aug 21 17:26:56 2019 +0200 +++ b/www/jqwidgets/styles/jqx.orange.css Thu Aug 22 14:10:58 2019 +0200 @@ -208,4 +208,36 @@ background-image: url('images/icon-up.png'); background-repeat: no-repeat; background-position: center; -} \ No newline at end of file +} + /*applied to the timepicker*/ +.jqx-time-picker .jqx-header .jqx-hour-container-orange:focus { + outline: 1px solid white !important; +} +.jqx-time-picker .jqx-header .jqx-minute-container-orange:focus { + outline: 1px solid white !important; +} +.jqx-time-picker .jqx-header .jqx-am-container-orange:focus { + outline: 1px solid white !important; +} +.jqx-time-picker .jqx-header .jqx-pm-container-orange:focus { + outline: 1px solid white !important; +} +.jqx-svg-picker-orange:focus { + border: 1px solid rgb(77, 119, 193) !important; +} +.jqx-label-orange { + fill: white; +} +.jqx-needle-orange { + fill: rgb(77, 119, 193); +} +.jqx-needle-central-circle-orange:first-of-type { + fill: rgb(77, 119, 193); + stroke: rgb(77, 119, 193); + stroke-width: 1.5; +} +.jqx-needle-central-circle-orange { + fill: rgb(0, 74, 115); + stroke: rgb(77, 119, 193); + stroke-width: 1.5; +}