www/jqwidgets/styles/jqx.material-purple.css

changeset 451
259c97782bf8
parent 157
5b2f553175a6
child 733
67bf19c50fcc
--- a/www/jqwidgets/styles/jqx.material-purple.css	Wed Aug 21 17:26:56 2019 +0200
+++ b/www/jqwidgets/styles/jqx.material-purple.css	Thu Aug 22 14:10:58 2019 +0200
@@ -1194,6 +1194,10 @@
     letter-spacing: 0.3em;
 }
 
+.jqx-input-widget-material-purple.jqx-rtl > input {
+    direction: rtl
+}
+
 .jqx-input-label-material-purple {
     color: #E0E0E0;
     font-size: 14px;
@@ -1809,4 +1813,22 @@
     border-color: #ddd;
     box-shadow: none !important;
 	color: #333;
+}
+
+/*applied to the timepicker*/
+.jqx-needle-central-circle-material-purple {
+	fill: rgb(98, 0, 238);
+}
+
+.jqx-needle-material-purple {
+	fill: rgb(98, 0, 238);
+}
+
+.jqx-time-picker .jqx-header .jqx-selected-material-purple:focus {
+    outline: 2px solid rgba(98, 0, 238, 0.5);
+	box-shadow: 0px 0px 4px 2px rgba(98, 0, 238, 0.125);
+}
+
+.jqx-svg-picker-material-purple:focus {
+	border: 1px solid rgb(98, 0, 238) !important;
 }
\ No newline at end of file

mercurial