mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Change background color of rows of torrent content
This commit is contained in:
@@ -342,4 +342,9 @@ ul.filterList li:hover {
|
|||||||
|
|
||||||
ul.filterList li:hover a {
|
ul.filterList li:hover a {
|
||||||
color: white;
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#filesTable tr:hover {
|
||||||
|
background-color: #e60;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user