summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense_ng/all.css
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/themes/pfsense_ng/all.css')
-rw-r--r--usr/local/www/themes/pfsense_ng/all.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css
index b3fa01b..555a99d 100644
--- a/usr/local/www/themes/pfsense_ng/all.css
+++ b/usr/local/www/themes/pfsense_ng/all.css
@@ -175,6 +175,13 @@ iframe {
background-color: #FFFFFF;
}
+/* style of disabled formelements */
+#wrap div {margin:1em 0}
+[disabled] {
+ color:#666666;
+ background:#eeeeee;
+}
+
/* ID Based CSS Definitions */
/* margin: 0px auto makes the content centered, margin 0px 0px makes it aligned to the left */
#wrapper {
@@ -1050,6 +1057,12 @@ ul#tabnav li.tabact {
vertical-align: top;
}
+/* style of disabled formelements */
+[disabled] {
+ color:#666666;
+ background:#eeeeee;
+}
+
/* Auto Complete Suggestions */
div.suggestions {
OpenPOWER on IntegriCloud