css-bootstrap/select2.css
authoredward <edward@roojs.com>
Wed, 8 Mar 2017 03:38:50 +0000 (11:38 +0800)
committeredward <edward@roojs.com>
Wed, 8 Mar 2017 03:38:50 +0000 (11:38 +0800)
css-bootstrap/select2.css

index 21e9f4b..56f0d82 100644 (file)
@@ -647,4 +647,10 @@ html[dir="rtl"] .select2-search-choice-close {
     border-color: #a94442;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
+}
+
+.select2-result.disabled {
+    background-color: #eee;
+    color: #000;
+    cursor: not-allowed;
 }
\ No newline at end of file