Browse Source
Fix highlighted row color.
Corrected highlighted row colors, matched background before.
pull/138/head
Dulanic
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
CSS/themes/qbittorrent/qbittorrent-base.css
|
|
@ -239,7 +239,7 @@ label { |
|
|
|
} |
|
|
|
|
|
|
|
.dynamicTable th { |
|
|
|
background-color: rgba(0, 0, 0, 0.25) !important; |
|
|
|
background-color: var(--accent-color) !important; |
|
|
|
border-right-color: rgba(255, 255, 255, .08) !important; |
|
|
|
} |
|
|
|
|
|
|
@ -1663,4 +1663,4 @@ img[src="icons/stalledDL.svg"] { |
|
|
|
margin-right: 5px; |
|
|
|
color: rgba(255, 255, 255, 0.7); |
|
|
|
padding-left: 5px; |
|
|
|
} |
|
|
|
} |
|
|
|