summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic/bottom-loader.js
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-05 15:48:09 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-05 15:48:09 -0400
commitd7b468ab7e35cf90db3054455b81ecaaa624a92d (patch)
tree0655030f988755e40ffc9c0c998b682d50bcec2a /usr/local/www/themes/metallic/bottom-loader.js
parentecb27699c3e1346e8cd33353d8c3921647e90adc (diff)
downloadpfsense-d7b468ab7e35cf90db3054455b81ecaaa624a92d.zip
pfsense-d7b468ab7e35cf90db3054455b81ecaaa624a92d.tar.gz
Set background color to grey and avoid white space between tabs and tabcont class
Diffstat (limited to 'usr/local/www/themes/metallic/bottom-loader.js')
-rw-r--r--usr/local/www/themes/metallic/bottom-loader.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/themes/metallic/bottom-loader.js b/usr/local/www/themes/metallic/bottom-loader.js
index 78e3eba..238e0b2 100644
--- a/usr/local/www/themes/metallic/bottom-loader.js
+++ b/usr/local/www/themes/metallic/bottom-loader.js
@@ -2,8 +2,8 @@
NiftyCheck();
Rounded("div#niftyMenu","top bottom","#FFFFFF","#000000","smooth");
- Rounded("div#mainarea","bl br tr","#FFF","#eeeeee","smooth");
- Rounded("div#boxarea","bl br tl tr","#FFF","#eeeeee","smooth");
+ Rounded("div#mainarea","bl br tr","#FFF","#DDDDDD","smooth");
+ Rounded("div#boxarea","bl br tl tr","#FFF","#DDDDDD","smooth");
Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth");
Rounded("div#topbox","all","#FFF","#990000","smooth");
OpenPOWER on IntegriCloud