diff options
author | Scott Dale <sdale@pfsense.org> | 2007-06-22 01:50:58 +0000 |
---|---|---|
committer | Scott Dale <sdale@pfsense.org> | 2007-06-22 01:50:58 +0000 |
commit | 46c5d91505ae21a40945277c30c84439e3c3c73f (patch) | |
tree | 786ba880fb7bdea7d166338fab911985af9fa3e8 | |
parent | 7e8b679d9c877d07b487532ba32ec1f30fa5383e (diff) | |
download | pfsense-46c5d91505ae21a40945277c30c84439e3c3c73f.zip pfsense-46c5d91505ae21a40945277c30c84439e3c3c73f.tar.gz |
update widget css
-rw-r--r-- | usr/local/www/themes/metallic/all.css | 4 | ||||
-rw-r--r-- | usr/local/www/themes/nervecenter/all.css | 4 | ||||
-rw-r--r-- | usr/local/www/themes/pfsense-dropdown/all.css | 4 | ||||
-rw-r--r-- | usr/local/www/themes/pfsense/all.css | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index 8cf421f..9225d86 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -883,10 +883,10 @@ div#log span.log-protocol { .widgetsubheader { border-right: 1px solid #999999; font-size: 11px; - background-color: #999999; + background-color: #B1B1B1; padding-right: 6px; padding-left: 6px; - color: #FFFFFF; + color: #000000; font-weight: bold; padding-top: 5px; padding-bottom: 5px; diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 9e2428b..4034d66 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -1090,10 +1090,10 @@ div#log span.log-protocol { .widgetsubheader { border-right: 1px solid #999999; font-size: 11px; - background-color: #999999; + background-color: #B1B1B1; padding-right: 6px; padding-left: 6px; - color: #FFFFFF; + color: #000000; font-weight: bold; padding-top: 5px; padding-bottom: 5px; diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 4c5105a..784f588 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -826,10 +826,10 @@ div#log span.log-protocol { .widgetsubheader { border-right: 1px solid #999999; font-size: 11px; - background-color: #999999; + background-color: #B1B1B1; padding-right: 6px; padding-left: 6px; - color: #FFFFFF; + color: #000000; font-weight: bold; padding-top: 5px; padding-bottom: 5px; diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index 0f8781b..b35c900 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -863,10 +863,10 @@ div#log span.log-protocol { .widgetsubheader { border-right: 1px solid #999999; font-size: 11px; - background-color: #999999; + background-color: #B1B1B1; padding-right: 6px; padding-left: 6px; - color: #FFFFFF; + color: #000000; font-weight: bold; padding-top: 5px; padding-bottom: 5px; |