mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
Change background color of filterlist on hover
This commit is contained in:
parent
59abcc554d
commit
c9db08f0f4
1 changed files with 11 additions and 5 deletions
|
@ -134,9 +134,8 @@ hr {
|
|||
}
|
||||
|
||||
#Filters ul img {
|
||||
padding-left: 4px;
|
||||
padding-right: 2px;
|
||||
margin-bottom: -4px;
|
||||
padding: 2px 4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.selectedFilter {
|
||||
|
@ -333,7 +332,14 @@ ul.filterList {
|
|||
padding-left: 0;
|
||||
}
|
||||
|
||||
ul.filterList li {
|
||||
padding-top: 2px
|
||||
ul.filterList a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
ul.filterList li:hover {
|
||||
background-color: #e60;
|
||||
}
|
||||
|
||||
ul.filterList li:hover a {
|
||||
color: white;
|
||||
}
|
Loading…
Reference in a new issue