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

changeset 733
67bf19c50fcc
parent 451
259c97782bf8
--- a/www/jqwidgets/styles/jqx.material-purple.css	Sun Apr 11 10:53:20 2021 +0200
+++ b/www/jqwidgets/styles/jqx.material-purple.css	Mon Apr 12 16:03:38 2021 +0200
@@ -763,7 +763,7 @@
 }
 
 .jqx-checkbox-check-checked-material-purple {
-    background: transparent url(images/material_check_white.png) center center no-repeat;
+    background: transparent url(./images/material_check_white.png) center center no-repeat;
 }
 .jqx-checkbox-check-indeterminate-material-purple {
     width:14px !important;
@@ -1011,7 +1011,7 @@
 }
 
 .jqx-tree-item-arrow-collapse-rtl-material-purple, .jqx-tree-item-arrow-collapse-hover-rtl-material-purple {
-    background-image: url(images/material-icon-left.png);
+    background-image: url(./images/material-icon-left.png);
 }
 
 .jqx-menu-item-arrow-left-selected-material-purple {
@@ -1047,7 +1047,7 @@
 }
 
 .jqx-combobox-material-purple .jqx-icon-close-material-purple {
-    background-image:url(images/close_white.png)
+    background-image:url(./images/close_white.png)
 }
 .jqx-combobox-material-purple, .jqx-input-material-purple {
     border-color: #E0E0E0;
@@ -1486,19 +1486,19 @@
 }
 
 .jqx-tabs-close-button-material-purple {
-    background-image: url(images/close.png);
+    background-image: url(./images/close.png);
     background-repeat: no-repeat;
     background-position: center;
 }
 
 .jqx-tabs-close-button-selected-material-purple {
-    background-image: url(images/close.png);
+    background-image: url(./images/close.png);
     background-repeat: no-repeat;
     background-position: center;
 }
 
 .jqx-tabs-close-button-hover-material-purple {
-    background-image: url(images/close.png);
+    background-image: url(./images/close.png);
     background-repeat: no-repeat;
     background-position: center;
 }
@@ -1552,21 +1552,21 @@
 }
 
 .jqx-grid-group-collapse-material-purple {
-    background-image: url(images/material-icon-right.png);
+    background-image: url(./images/material-icon-right.png);
     background-position: 50% 50%;
     background-repeat: no-repeat;
 }
 
 .jqx-grid-group-collapse-rtl-material-purple {
     padding-right: 0px;
-    background-image: url(images/material-icon-left.png);
+    background-image: url(./images/material-icon-left.png);
     background-position: 50% 50%;
     background-repeat: no-repeat;
 }
 
 .jqx-grid-group-expand-material-purple, .jqx-grid-group-expand-rtl-material-purple {
     padding-right: 0px;
-    background-image: url(images/material-icon-down.png);
+    background-image: url(./images/material-icon-down.png);
     background-position: 50% 50%;
     background-repeat: no-repeat;
 }
@@ -1790,11 +1790,11 @@
 }
 .jqx-fill-state-pressed-material-purple .jqx-icon-search-material-purple
 {
-    background-image: url(images/search_white.png);
+    background-image: url(./images/search_white.png);
 }
 .jqx-fill-state-pressed-material-purple .jqx-icon-plus-material-purple
 {
-    background-image: url(images/plus_white.png);
+    background-image: url(./images/plus_white.png);
 }
 .jqx-fill-state-pressed-material-purple .jqx-menu-minimized-button-material-purple {
    background-image: url('images/icon-menu-minimized-white.png');

mercurial