summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2017-02-14 11:14:57 -0600
committerJared Dillard <jdillard@netgate.com>2017-02-14 11:26:02 -0600
commit7b85c9aea79bb210daba645b31fffeae7aa91970 (patch)
treee1f7a6b844da9f4f7de1efe12fdbf131544203d6
parent8a90abc55db5d0acd1e4e9c41ac61c62f3e9885a (diff)
downloadpfsense-7b85c9aea79bb210daba645b31fffeae7aa91970.zip
pfsense-7b85c9aea79bb210daba645b31fffeae7aa91970.tar.gz
fix colspan background on dark theme
-rw-r--r--src/usr/local/www/css/pfSense-dark.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/local/www/css/pfSense-dark.css b/src/usr/local/www/css/pfSense-dark.css
index ccf0d20..2d81983 100644
--- a/src/usr/local/www/css/pfSense-dark.css
+++ b/src/usr/local/www/css/pfSense-dark.css
@@ -568,6 +568,10 @@ g.nv-axis text, g.nv-legend text {
color: #e0e0e0;
}
+.colspanth {
+ background-color: #000000;
+}
+
/* Required input elements have a title that begins with "*". This causes
Group.class.php to add <span class="element-required" to the title, which
can then be used to style required input here. Example below uses a custom
OpenPOWER on IntegriCloud