summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/_corporate
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-12-16 19:49:30 +0000
committerRenato Botelho <garga@FreeBSD.org>2014-12-23 09:08:38 -0200
commit490810ed531162f5a99923024d676568e3ee2658 (patch)
treee4088905d02b04aa20fd26ec0e2a3ade946d7992 /usr/local/www/themes/_corporate
parent89914d8c78b263e4d28531baeac4d0aa1cae9f9b (diff)
downloadpfsense-490810ed531162f5a99923024d676568e3ee2658.zip
pfsense-490810ed531162f5a99923024d676568e3ee2658.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/_corporate')
-rw-r--r--usr/local/www/themes/_corporate/all.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/usr/local/www/themes/_corporate/all.css b/usr/local/www/themes/_corporate/all.css
index 1b75d1b..b97ba4e 100644
--- a/usr/local/www/themes/_corporate/all.css
+++ b/usr/local/www/themes/_corporate/all.css
@@ -99,6 +99,22 @@ 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