mirror of
https://github.com/Carve/qbittorrent-webui-cjratliff.com.git
synced 2025-02-28 15:40:28 +01:00
Updated selected color to match between sidebar and main table
This commit is contained in:
parent
aa56d09b8c
commit
e0d4b474ae
@ -4,6 +4,7 @@
|
||||
--darkmode-background: #202020;
|
||||
--darkmode-background-alt: #242424;
|
||||
--darkmode-background-alt2: #4e4e4e;
|
||||
--darkmode-background-light: #aaaaaa;
|
||||
--darkmode-text: #c2c2c2;
|
||||
--darkmode-text-alt: #d3d3d3;
|
||||
--darkmode-line-color: #2F3437;
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
.dynamicTable tbody tr.selected,
|
||||
.dynamicTable tbody tr:hover {
|
||||
background-color: var(--darkmode-background-alt2);
|
||||
background-color: var(--darkmode-background-light);
|
||||
color: var(--darkmode-text-alt)
|
||||
}
|
||||
|
||||
|
@ -303,7 +303,7 @@ hr {
|
||||
}
|
||||
|
||||
.selectedFilter {
|
||||
background-color: var(--darkmode-text-alt);
|
||||
background-color: var(--darkmode-background-light);
|
||||
color: var(--darkmode-background);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user