mirror of
https://github.com/Carve/qbittorrent-webui-cjratliff.com.git
synced 2025-02-28 23:50:57 +01:00
Fix for Issue #30
This commit is contained in:
parent
2d79204b55
commit
7b5f174c07
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
.dynamicTable tbody tr.selected,
|
.dynamicTable tbody tr.selected,
|
||||||
.dynamicTable tbody tr:hover {
|
.dynamicTable tbody tr:hover {
|
||||||
background-color: #747474;
|
background-color: var(--darkmode-text-alt);
|
||||||
color: #f7f7f7;
|
color: var(--darkmode-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
#transferList tr:hover {
|
#transferList tr:hover {
|
||||||
|
@ -91,10 +91,12 @@ body {
|
|||||||
font-family: 'Google Sans', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
font-family: 'Google Sans', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
|
background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
|
||||||
background-color: #6c7c7c;
|
background-color: #6c7c7c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:active {
|
.button:active {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
@ -246,7 +248,7 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.selectedFilter {
|
.selectedFilter {
|
||||||
background-color: #999;
|
background-color: var(--darkmode-text-alt);
|
||||||
color: var(--darkmode-background);
|
color: var(--darkmode-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user