summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic/all.css
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-12-16 19:49:30 +0000
committerColin Fleming <cj_fleming@sky.com>2014-12-16 19:49:30 +0000
commitc2e6e8e2b635fecf0ed5935065ec007ec188c416 (patch)
tree9be8bec379555139e50688b9501775a28223cd6f /usr/local/www/themes/metallic/all.css
parentdd05d045573b89f9ff7d0ca0fdce8fdccd68a2b0 (diff)
downloadpfsense-c2e6e8e2b635fecf0ed5935065ec007ec188c416.zip
pfsense-c2e6e8e2b635fecf0ed5935065ec007ec188c416.tar.gz
Remove "link", "vlink" and "alink" from BODY tag
This is a positional change to remove "link", "vlink" and "alink" from the BODY tag, the following themes do not have Anchor tags defined in CSS, so they use the colours defined in the BODY tag, which is blue (hex: #0000CC). _corporate code-red metallic nervecenter pfsense pfsense-dropdown Update "all.css" in the above themes with Anchor tags defined, so that the colour definition can be removed from the BODY tag.
Diffstat (limited to 'usr/local/www/themes/metallic/all.css')
-rw-r--r--usr/local/www/themes/metallic/all.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index a5b7c70..b1c78e7 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -142,6 +142,23 @@ form {
a {
text-decoration: none;
}
+
+a:link {
+ color: #0000CC;
+}
+
+a:visited {
+ color: #0000CC;
+}
+
+a:active {
+ color: #0000CC;
+}
+
+a:hover {
+ color: #0000CC;
+}
+
form input {
font-size: 1.1em;
}
OpenPOWER on IntegriCloud