mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Change background color of rows of torrent content
This commit is contained in:
parent
c9db08f0f4
commit
4ff999d1c5
1 changed files with 5 additions and 0 deletions
|
@ -343,3 +343,8 @@ 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…
Add table
Add a link
Reference in a new issue