diff -r fa742816bb8b -r 259c97782bf8 www/jqwidgets/styles/jqx.material-green.css --- a/www/jqwidgets/styles/jqx.material-green.css Wed Aug 21 17:26:56 2019 +0200 +++ b/www/jqwidgets/styles/jqx.material-green.css Thu Aug 22 14:10:58 2019 +0200 @@ -1198,6 +1198,10 @@ letter-spacing: 0.3em; } +.jqx-input-widget-material-green.jqx-rtl > input { + direction: rtl +} + .jqx-input-label-material-green { color: #E0E0E0; font-size: 14px; @@ -1807,8 +1811,26 @@ { background: url('images/html_editor.png') no-repeat; } -.jqx-editor-toolbar-button-material-green{ +.jqx-editor-toolbar-button-material-green { border-color: #ddd; box-shadow: none !important; color: #333; +} + +/*applied to the timepicker*/ +.jqx-needle-central-circle-material-green { + fill: rgb(85, 139, 47); +} + +.jqx-needle-material-green { + fill: rgb(85, 139, 47); +} + +.jqx-time-picker .jqx-header .jqx-selected-material-green:focus { + outline: 2px solid rgba(85, 139, 47, 0.5); + box-shadow: 0px 0px 4px 2px rgba(85, 139, 47, 0.125); +} + +.jqx-svg-picker-material-green:focus { + border: 1px solid rgb(85, 139, 47) !important; } \ No newline at end of file