src/pyams_default_theme/resources/css/select2.css
changeset 553 00784fe4c215
parent 455 4e8a06768170
--- a/src/pyams_default_theme/resources/css/select2.css	Mon Feb 01 17:14:21 2021 +0100
+++ b/src/pyams_default_theme/resources/css/select2.css	Wed Feb 03 17:27:34 2021 +0100
@@ -102,7 +102,7 @@
     text-decoration: none;
 
     border: 0;
-    background: url('../img/../img/select2.png') right top no-repeat;
+    background: url('../img/select2.png') right top no-repeat;
     cursor: pointer;
     outline: 0;
 }
@@ -211,7 +211,7 @@
     display: block;
     width: 100%;
     height: 100%;
-    background: url('../img/../img/select2.png') no-repeat 0 1px;
+    background: url('../img/select2.png') no-repeat 0 1px;
 }
 
 html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
@@ -248,8 +248,8 @@
     -webkit-box-shadow: none;
             box-shadow: none;
 
-    background: #fff url('../img/../img/select2.png') no-repeat 100% -22px;
-    background: url('../img/../img/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
+    background: #fff url('../img/select2.png') no-repeat 100% -22px;
+    background: url('../img/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
     background: url('../img/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
     background: url('../img/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
     background: url('../img/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
@@ -681,7 +681,7 @@
     .select2-search-choice-close,
     .select2-container .select2-choice abbr,
     .select2-container .select2-choice .select2-arrow b {
-        background-image: url('select2x2.png') !important;
+        background-image: url('../img/select2.png') !important;
         background-repeat: no-repeat !important;
         background-size: 60px 40px !important;
     }