www/jqwidgets/styles/jqx.material.css

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

mercurial