summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/bootstrap/css/pfSense.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/bootstrap/css/pfSense.css')
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/usr/local/www/bootstrap/css/pfSense.css b/src/usr/local/www/bootstrap/css/pfSense.css
index fde1e66..c44abe1 100644
--- a/src/usr/local/www/bootstrap/css/pfSense.css
+++ b/src/usr/local/www/bootstrap/css/pfSense.css
@@ -781,3 +781,23 @@ ul.tree li .over{
max-height: none !important;
}
}
+/* These colors style the separator bars that may be added to firewall rules and NAT rules*/
+tr .separator-red {
+ background-color: #ff9999;
+ color: #4d0000;
+}
+
+.separator-green {
+ background-color: #79d379;
+ color: #0d260d;
+}
+
+.separator-blue {
+ background-color: #cce5ff;
+ color: #002699;
+}
+
+.separator-orange {
+ background-color: #ffcc00;
+ color: #1a1400;
+} \ No newline at end of file
OpenPOWER on IntegriCloud