mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00:00
Change background color of rows of torrent content
This commit is contained in:
parent
c9db08f0f4
commit
4ff999d1c5
@ -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;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user