summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense_ng/all.css
diff options
context:
space:
mode:
authorhoba <hoba@pfsense.org>2009-07-13 23:26:10 +0200
committerhoba <hoba@pfsense.org>2009-07-13 23:26:38 +0200
commitdffb14f1af635e57679f803e18c0dd322eeb08da (patch)
treeca47e7b960d3b7e69af391a1287733618a67ee9a /usr/local/www/themes/pfsense_ng/all.css
parent1d05355c66f1daa8ad63cefdc2d657cf6ba32e65 (diff)
downloadpfsense-dffb14f1af635e57679f803e18c0dd322eeb08da.zip
pfsense-dffb14f1af635e57679f803e18c0dd322eeb08da.tar.gz
Fixing that annoying 1Px-Line offset background on the nervecenter theme on some pages; Cleaning up some never used images on all themes; Sending _orangeflow to the pastebin (it won't ever be finished and was never useable anyway)
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