Browse Source

nzbget: HistoryEdit_ParamData button fix

pull/110/head
gilbN 5 years ago
parent
commit
569dbf0979
  1. 5
      CSS/themes/nzbget/nzbget-base.css

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

@ -256,6 +256,11 @@ tr.checked, tr.checked td, tr.checked:nth-child(odd) .progress {
text-shadow:unset;
color:white;
}
#HistoryEdit_ParamData input.btn.btn-primary{
background: var(--button-color) !important;
text-shadow:unset;
color:white;
}
.btn {
color: #ffffff;

Loading…
Cancel
Save