diff -r fa742816bb8b -r 259c97782bf8 www/jqwidgets/styles/jqx.shinyblack.css --- a/www/jqwidgets/styles/jqx.shinyblack.css Wed Aug 21 17:26:56 2019 +0200 +++ b/www/jqwidgets/styles/jqx.shinyblack.css Thu Aug 22 14:10:58 2019 +0200 @@ -223,3 +223,24 @@ margin-left: -4px; margin-right: 4px; } + /*applied to the timepicker*/ +.jqx-label-shinyblack { + fill: white; +} +.jqx-needle-shinyblack { + fill: rgb(58, 105, 130); +} +.jqx-needle-central-circle-shinyblack:first-of-type { + fill: rgb(6, 64, 92); + stroke: rgb(58, 105, 130); + stroke-width: 1.5px; +} +.jqx-needle-central-circle-shinyblack { + fill: rgb(6, 64, 92); + stroke: rgb(58, 105, 130); + stroke-width: 1.5px; +} +.jqx-svg-picker-shinyblack { + background: linear-gradient(0deg, rgba(0, 0, 0, 1) 37%, rgba(70, 70, 70, 1) 53%, rgba(90, 90, 90, 1) 67%, rgba(80, 80, 80, 1) 73%, rgba(35, 40, 41, 1) 82%); +} +