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:14:57 -0600 |
commit | 17694a106773ece2cdfb967255f92e3b627f01f9 (patch) | |
tree | 1c62cf4d2952814f1d63968c684cf75712cd9e90 | |
parent | 40bb19b31e187664ffd99af9f4b7d3782a58d527 (diff) | |
download | pfsense-17694a106773ece2cdfb967255f92e3b627f01f9.zip pfsense-17694a106773ece2cdfb967255f92e3b627f01f9.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 cc095b1..433a2fd 100644 --- a/src/usr/local/www/css/pfSense-dark.css +++ b/src/usr/local/www/css/pfSense-dark.css @@ -536,6 +536,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 |