summaryrefslogtreecommitdiffstats
path: root/usr/local/www/gui.css
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-21 03:23:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-21 03:23:07 +0000
commit32d0073ac2e76d03470ec7738c2164c72d9aa6ad (patch)
tree28bc445843e8a31c13af59e123a1d33d43602315 /usr/local/www/gui.css
parentb4b7d8a5b34c6b367671d34c8da020e9358387ae (diff)
downloadpfsense-32d0073ac2e76d03470ec7738c2164c72d9aa6ad.zip
pfsense-32d0073ac2e76d03470ec7738c2164c72d9aa6ad.tar.gz
Change ALIAS color to pfSense red. Add a dropdown box that lists aliases on the rules that when you select it will fill in the alias name in either src or dst boxes.
Diffstat (limited to 'usr/local/www/gui.css')
-rwxr-xr-xusr/local/www/gui.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/gui.css b/usr/local/www/gui.css
index 8d4996a..0c51fe6 100755
--- a/usr/local/www/gui.css
+++ b/usr/local/www/gui.css
@@ -31,7 +31,8 @@ form {
}
.formfldalias {
- background-color: #B87D3E;
+ background-color: #990000;
+ color: #FFFFFF;
}
.formpre {
font-family: Courier New, Courier, monospaced;
OpenPOWER on IntegriCloud