www-thermferm/jqwidgets/styles/jqx.highcontrast.css

changeset 617
b216f9d4b917
parent 511
2d1d43c3a2c2
--- a/www-thermferm/jqwidgets/styles/jqx.highcontrast.css	Sun Jul 10 16:58:40 2022 +0200
+++ b/www-thermferm/jqwidgets/styles/jqx.highcontrast.css	Mon Aug 08 10:54:27 2022 +0200
@@ -90,10 +90,10 @@
     background-repeat: no-repeat;
     background-position: center;
 }
-.jqx-menu-item-arrow-right-hover-highcontrast, .jqx-menu-item-arrow-right-selected-highcontrast{background-image:url(images/icon-right-white.png); background-position:100% 50%; background-repeat:no-repeat}
-.jqx-menu-item-arrow-down-hover-highcontrast, .jqx-menu-item-arrow-down-selected-highcontrast{background-image:url(images/icon-down-white.png); background-position:100% 50%; background-repeat:no-repeat}
-.jqx-menu-item-arrow-up-hover-highcontrast, .jqx-menu-item-arrow-up-selected-highcontrast{background-image:url(images/icon-up-white.png);background-position:100% 50%; background-repeat:no-repeat}
-.jqx-menu-item-arrow-left-hover-highcontrast, .jqx-menu-item-arrow-left-selected-highcontrast{background-image:url(images/icon-left-white.png); background-position:0 50%; background-repeat:no-repeat}
+.jqx-menu-item-arrow-right-hover-highcontrast, .jqx-menu-item-arrow-right-selected-highcontrast{background-image:url(./images/icon-right-white.png); background-position:100% 50%; background-repeat:no-repeat}
+.jqx-menu-item-arrow-down-hover-highcontrast, .jqx-menu-item-arrow-down-selected-highcontrast{background-image:url(./images/icon-down-white.png); background-position:100% 50%; background-repeat:no-repeat}
+.jqx-menu-item-arrow-up-hover-highcontrast, .jqx-menu-item-arrow-up-selected-highcontrast{background-image:url(./images/icon-up-white.png);background-position:100% 50%; background-repeat:no-repeat}
+.jqx-menu-item-arrow-left-hover-highcontrast, .jqx-menu-item-arrow-left-selected-highcontrast{background-image:url(./images/icon-left-white.png); background-position:0 50%; background-repeat:no-repeat}
 
 .jqx-icon-delete-highcontrast
 {
@@ -113,13 +113,23 @@
 }
 .jqx-icon-search-highcontrast
 {
-    background-image: url(images/search_white.png);
+    background-image: url(./images/search_white.png);
 }
 .jqx-icon-plus-highcontrast
 {
-    background-image: url(images/plus_white.png);
+    background-image: url(./images/plus_white.png);
 }
 .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

mercurial