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

changeset 617
b216f9d4b917
parent 511
2d1d43c3a2c2
--- a/www-thermferm/jqwidgets/styles/jqx.office.css	Sun Jul 10 16:58:40 2022 +0200
+++ b/www-thermferm/jqwidgets/styles/jqx.office.css	Mon Aug 08 10:54:27 2022 +0200
@@ -142,11 +142,11 @@
 /*icons*/
 .jqx-window-collapse-button-office
 {
-    background-image: url(images/office-icon-up.png);
+    background-image: url(./images/office-icon-up.png);
     background-repeat: no-repeat;
 }
 .jqx-window-collapse-button-collapsed-office {
-    background-image: url(images/office-icon-down.png);
+    background-image: url(./images/office-icon-down.png);
     background-repeat: no-repeat;
 }
 .jqx-icon-arrow-up-office, .jqx-expander-arrow-bottom-office, .jqx-menu-item-arrow-up-office
@@ -188,9 +188,9 @@
 .jqx-menu-item-arrow-down-selected-office, .jqx-icon-arrow-down-selected-office{background-image:url('images/office-icon-down.png');background-repeat:no-repeat;background-position:center;}
 .jqx-menu-item-arrow-left-selected-office, .jqx-icon-arrow-left-selected-office{background-image:url('images/office-icon-left.png');background-repeat:no-repeat;background-position:center;}
 .jqx-menu-item-arrow-right-selected-office, .jqx-icon-arrow-right-selected-office{background-image:url('images/office-icon-right.png');background-repeat:no-repeat;background-position:center;}
-.jqx-tabs-close-button-office{background-image:url(images/close.png);  background-repeat:no-repeat;  background-position:center;}
-.jqx-tabs-close-button-selected-office{background-image:url(images/close.png);  background-repeat:no-repeat;  background-position:center;}
-.jqx-tabs-close-button-hover-office{background-image:url(images/close.png);  background-repeat:no-repeat;  background-position:center;}
+.jqx-tabs-close-button-office{background-image:url(./images/close.png);  background-repeat:no-repeat;  background-position:center;}
+.jqx-tabs-close-button-selected-office{background-image:url(./images/close.png);  background-repeat:no-repeat;  background-position:center;}
+.jqx-tabs-close-button-hover-office{background-image:url(./images/close.png);  background-repeat:no-repeat;  background-position:center;}
 .jqx-expander-arrow-bottom-office,.jqx-scrollbar-office .jqx-icon-arrow-up-selected-office{background-image:url('images/office-icon-up.png'); background-repeat:no-repeat; background-position:center;}
 .jqx-expander-arrow-top-office, .jqx-scrollbar-office .jqx-icon-arrow-down-selected-office{background-image:url('images/office-icon-down.png'); background-repeat:no-repeat; background-position:center;}
 .jqx-scrollbar-office .jqx-icon-arrow-left-selected-office{background-image:url('images/office-icon-left.png'); background-repeat:no-repeat; background-position:center;}
@@ -259,4 +259,53 @@
 .jqx-layout-office
 {
     background-color: #d4d4d4;
+}
+
+/*applied to the timepicker labels*/
+.jqx-time-picker .jqx-header .jqx-hour-container-office:focus {
+    outline: 1px solid rgb(66, 147, 102) !important;
+}
+.jqx-time-picker .jqx-header .jqx-hour-container-office:hover {
+    outline: 1px solid rgb(66, 147, 102) !important;
+	background-color: rgb(134, 191, 160);
+}
+.jqx-time-picker .jqx-header .jqx-minute-container-office:focus {
+    outline: 1px solid rgb(66, 147, 102) !important;
+}
+.jqx-time-picker .jqx-header .jqx-minute-container-office:hover {
+    outline: 1px solid rgb(66, 147, 102) !important;
+	background-color: rgb(134, 191, 160);
+}
+.jqx-time-picker .jqx-header .jqx-am-container-office:focus {
+    outline: 1px solid rgb(66, 147, 102) !important;
+}
+.jqx-time-picker .jqx-header .jqx-am-container-office:hover {
+    outline: 1px solid rgb(66, 147, 102) !important;
+	background-color: rgb(134, 191, 160);
+}
+.jqx-time-picker .jqx-header .jqx-pm-container-office:focus {
+    outline: 1px solid rgb(66, 147, 102) !important;
+}
+.jqx-time-picker .jqx-header .jqx-pm-container-office:hover {
+    outline: 1px solid rgb(66, 147, 102) !important;
+	background-color: rgb(134, 191, 160);
+}
+.jqx-label-office {
+	fill: darkgray;
+}
+.jqx-header-office {
+	border-bottom: 1px solid rgb(212, 212, 212);
+}
+.jqx-svg-picker-office:focus {
+	border: 1px solid rgb(66, 147, 102) !important;
+}
+.jqx-needle-office {
+	fill: rgb(66, 147, 102);
+}
+.jqx-needle-central-circle-office {
+	fill: rgb(134, 191, 160);
+	stroke: rgb(66, 147, 102);
+}
+.jqx-time-picker .jqx-label.jqx-selected-office {
+	fill: black !important;
 }
\ No newline at end of file

mercurial