summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense_ng
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-03-26 09:20:37 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-03-26 09:43:38 -0300
commit4ad1e4ea74f621c01f9997f46ee7dff412dcc817 (patch)
treed054e2d35ca3c3b9a7b731d610ad98cf6db5d90d /usr/local/www/themes/pfsense_ng
parent1500614cdb25cfa4124edbe84a3e4711ab4ecbb4 (diff)
downloadpfsense-4ad1e4ea74f621c01f9997f46ee7dff412dcc817.zip
pfsense-4ad1e4ea74f621c01f9997f46ee7dff412dcc817.tar.gz
Add a new class called addgatewaybox to make it easier to respect custom themes. Fixes #2900
Diffstat (limited to 'usr/local/www/themes/pfsense_ng')
-rw-r--r--usr/local/www/themes/pfsense_ng/all.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css
index 97eba0e..5a156f9 100644
--- a/usr/local/www/themes/pfsense_ng/all.css
+++ b/usr/local/www/themes/pfsense_ng/all.css
@@ -7,6 +7,12 @@ html, body, td, th, input, select {
.nowrap { white-space: nowrap; }
+.addgatewaybox {
+ background-color: #990000;
+ border-style: none none none none;
+ width: 225px;
+}
+
.infobox {
width:100%;
}
@@ -1355,4 +1361,4 @@ table.sortable thead {
padding-left: 12px;
padding-top: 12px;
padding-bottom: 12px;
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud