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. 4
      CSS/themes/qbittorrent/qbittorrent-base.css

4
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;
}
}

Loading…
Cancel
Save