Browse Source

fixed problems mentioned in #146

pull/150/head
David Freina 4 years ago
parent
commit
b21dff6b57
  1. 11
      CSS/themes/sabnzbd/sabnzbd-base.css

11
CSS/themes/sabnzbd/sabnzbd-base.css

@ -321,6 +321,15 @@ tbody>tr:last-child td {
.progress-bar-info { .progress-bar-info {
background-color: var(--nav-button-color); background-color: var(--nav-button-color);
} }
.glyphicon-compressed:before{
color: #888;
}
.direct-unpack span{
color: #888;
}
.processing-download > div {
background-color: #888;
}
.multioperations-selector { .multioperations-selector {
@ -634,4 +643,4 @@ label {
} }
#content a, #content a:hover, #content a:active, #content a:visited, #serverResponse { #content a, #content a:hover, #content a:active, #content a:visited, #serverResponse {
color: #eee; color: #eee;
} }

Loading…
Cancel
Save