nzbget: HistoryEdit_ParamData button fix

This commit is contained in:
gilbN 2019-12-01 20:29:35 +01:00
parent 1cf37e6106
commit 569dbf0979

View File

@ -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;