summaryrefslogtreecommitdiffstats
path: root/style/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'style/default.css')
-rw-r--r--style/default.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css
index a8d1dc22..19e1ba08 100644
--- a/style/default.css
+++ b/style/default.css
@@ -623,4 +623,11 @@ div.disabled-hack {
label.disabled {
color: #888;
+}
+
+/* Override for selectize.js which renders disabled inputs not like bootstrap */
+.selectize-input.disabled, .selectize-input.disabled * {
+ cursor: not-allowed !important;
+ background-color: #eee !important;
+ opacity: 1 !important;
} \ No newline at end of file