mirror of
https://github.com/unraid/webgui.git
synced 2026-02-25 11:49:12 -06:00
fix: Corrected background-color syntax in Browse.css to use 'var()' for proper CSS variable referencing
This commit is contained in:
@@ -16,7 +16,7 @@ div#ace_settingsmenu,
|
||||
table#controls,
|
||||
table#more-controls {
|
||||
margin-top: 0;
|
||||
background-color: --browse-table-controls-bg-color;
|
||||
background-color: var(--browse-table-controls-bg-color);
|
||||
}
|
||||
tr.ace_optionsMenuEntry td {
|
||||
padding: 4px;
|
||||
|
||||
Reference in New Issue
Block a user