Browse Source

Fix highlighted row color.

Corrected highlighted row colors, matched background before.
pull/138/head
Dulanic 5 years ago
committed by GitHub
parent
commit
eb4d69978c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CSS/themes/qbittorrent/qbittorrent-base.css

2
CSS/themes/qbittorrent/qbittorrent-base.css

@ -239,7 +239,7 @@ label {
} }
.dynamicTable th { .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; border-right-color: rgba(255, 255, 255, .08) !important;
} }

Loading…
Cancel
Save