less/roojs-bootstrap/select2.less
authoredward <edward@roojs.com>
Mon, 27 Nov 2017 08:48:30 +0000 (16:48 +0800)
committeredward <edward@roojs.com>
Mon, 27 Nov 2017 08:48:30 +0000 (16:48 +0800)
less/roojs-bootstrap/select2.less

index 5311273..f65f54d 100644 (file)
@@ -228,7 +228,7 @@ Version: 3.4.8 Timestamp: Thu May  1 09:50:32 EDT 2014
     font-family: sans-serif;
     font-size: 1em;
 
-    border: 1px solid #aaa;
+    border: 1px solid @gray-lighter-75;
     border-radius: 0;
 
     -webkit-box-shadow: none;
@@ -246,7 +246,7 @@ Version: 3.4.8 Timestamp: Thu May  1 09:50:32 EDT 2014
 }
 
 .roo-select2-search input.roo-select2-active {
-    background: #fff url('../images/select2/select2-spinner.gif') no-repeat 100%;
+    background: @white url('../images/select2/select2-spinner.gif') no-repeat 100%;
     background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, @white), color-stop(0.99, @gray-lighter));
     background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, @white 85%, @gray-lighter 99%);
     background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, @white 85%, @gray-lighter 99%);