diff -r fa742816bb8b -r 259c97782bf8 www/jqwidgets/styles/jqx.highcontrast.css --- a/www/jqwidgets/styles/jqx.highcontrast.css Wed Aug 21 17:26:56 2019 +0200 +++ b/www/jqwidgets/styles/jqx.highcontrast.css Thu Aug 22 14:10:58 2019 +0200 @@ -122,4 +122,14 @@ .jqx-layout-highcontrast { background-color: #000; +} + /*applied to the timepicker*/ +.jqx-time-picker .jqx-header .jqx-selected-highcontrast:focus { + outline: 1px solid white; +} +.jqx-svg-picker-highcontrast { + border: 1px solid black; +} +.jqx-svg-picker-highcontrast:focus { + border: 1px solid rgb(55, 0, 110) !important; } \ No newline at end of file