diff options
author | Jared Dillard <jdillard@netgate.com> | 2017-02-14 11:14:57 -0600 |
---|---|---|
committer | Jared Dillard <jdillard@netgate.com> | 2017-02-14 11:26:02 -0600 |
commit | 7b85c9aea79bb210daba645b31fffeae7aa91970 (patch) | |
tree | e1f7a6b844da9f4f7de1efe12fdbf131544203d6 | |
parent | 8a90abc55db5d0acd1e4e9c41ac61c62f3e9885a (diff) | |
download | pfsense-7b85c9aea79bb210daba645b31fffeae7aa91970.zip pfsense-7b85c9aea79bb210daba645b31fffeae7aa91970.tar.gz |
fix colspan background on dark theme
-rw-r--r-- | src/usr/local/www/css/pfSense-dark.css | 4 |
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 |