luci-theme-bootstrap: fixed input fields having disabled/uneditable colour
[project/luci.git] / themes / luci-theme-bootstrap / htdocs / luci-static / bootstrap / cascade.css
index ab4e08a9e9659f99c27299b9dd324113fbdccca9..21a2291e5beff35313582576f6276419752ed331 100644 (file)
@@ -454,11 +454,14 @@ select,
        padding: 4px;
        font-size: 13px;
        line-height: 18px;
-       color: #808080;
        border: 1px solid #ccc;
        border-radius: 3px;
 }
 
+.uneditable-input {
+       color: #808080;
+}
+
 .cbi-dropdown,
 .cbi-dynlist {
        min-width: 210px;