summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-12-18 09:21:38 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-12-18 09:21:38 -0200
commit906ae4556c16fb13cb13859da8b354c840a5b5e2 (patch)
treedd2bfd868819b59ca2c1c49c12acaf68fd359db9 /usr/local
parentda4f91a9207cc5b958adbca75415266700b4b8c6 (diff)
parentc2e6e8e2b635fecf0ed5935065ec007ec188c416 (diff)
downloadpfsense-906ae4556c16fb13cb13859da8b354c840a5b5e2.zip
pfsense-906ae4556c16fb13cb13859da8b354c840a5b5e2.tar.gz
Merge pull request #1391 from ExolonDX/master
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/themes/_corporate/all.css16
-rw-r--r--usr/local/www/themes/code-red/all.css17
-rw-r--r--usr/local/www/themes/metallic/all.css17
-rw-r--r--usr/local/www/themes/nervecenter/all.css17
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css17
-rw-r--r--usr/local/www/themes/pfsense/all.css17
6 files changed, 101 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;
}
diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css
index 25548e2..fddc89a 100644
--- a/usr/local/www/themes/code-red/all.css
+++ b/usr/local/www/themes/code-red/all.css
@@ -154,6 +154,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;
}
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;
}
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index a7cda13..7fb626c 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -154,6 +154,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;
}
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index 3bfdca4..37e0441 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -76,6 +76,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;
}
diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css
index 07afe1e..3846854 100644
--- a/usr/local/www/themes/pfsense/all.css
+++ b/usr/local/www/themes/pfsense/all.css
@@ -75,6 +75,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