summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense_ng/all.css
diff options
context:
space:
mode:
authorJared Dillard <jdillard@pfsense.com>2014-08-18 19:13:52 -0500
committerJared Dillard <jdillard@pfsense.com>2014-08-18 19:13:52 -0500
commita03943d203441a87ea9c01f383d451dfc921bdd2 (patch)
tree5868d23443844174dabafc945d7c084c7f18cca0 /usr/local/www/themes/pfsense_ng/all.css
parent9694d32c675f1ed6cc515119bce12f957c0dd7be (diff)
downloadpfsense-a03943d203441a87ea9c01f383d451dfc921bdd2.zip
pfsense-a03943d203441a87ea9c01f383d451dfc921bdd2.tar.gz
make gold link more visable
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, 9 insertions, 4 deletions
diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css
index 80dd171..575439b 100644
--- a/usr/local/www/themes/pfsense_ng/all.css
+++ b/usr/local/www/themes/pfsense_ng/all.css
@@ -150,15 +150,15 @@ body {
background-color: #7f7f7f;
}
a:link {
- color: #550000;
+ color: #000000;
}
a:visited {
- color: #550000;
+ color: #000000;
}
a:active {
- color: #550000;
+ color: #000000;
}
a:hover {
@@ -428,7 +428,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 6.2em;
+ padding-right: 27px;
top: 0px;
}
@@ -511,6 +511,11 @@ table#marquee div#container div#scroller {
background-repeat: no-repeat;
}
+#navigation ul li:last-child div, #navigation ul li:last-child:hover div {
+ background-image: none;
+ font-weight: bold;
+}
+
#navigation ul li {
background-color: transparent;
color: #000000;
OpenPOWER on IntegriCloud