mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix colspan background on dark theme
This commit is contained in:
parent
44f59761aa
commit
1f3a58e7a8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user