Browse Source

nzbget progress text color fix

pull/241/head
Marius 4 years ago
parent
commit
e066df7c46
  1. 4
      CSS/themes/nzbget/nzbget-base.css

4
CSS/themes/nzbget/nzbget-base.css

@ -181,6 +181,10 @@ tr.checked:nth-child(odd) .progress {
background-color: #51a351;
}
.bar-text-left,
.bar-text-right {
color: #fff;
}
/* NAVBAR */
.navbar-fixed-top .navbar-inner {
color: var(--text-hover) !important;

Loading…
Cancel
Save