Browse Source

formatting

pull/318/head
GilbN 4 years ago
parent
commit
4fd5c42ec3
  1. 8
      css/base/sabnzbd/sabnzbd-base.css

8
css/base/sabnzbd/sabnzbd-base.css

@ -468,7 +468,8 @@ input[type="submit"]:focus {
/* History */ /* History */
.queue-table .row-extra-text, .history-table .row-extra-text { .queue-table .row-extra-text,
.history-table .row-extra-text {
color: var(--text-muted); color: var(--text-muted);
} }
@ -539,12 +540,13 @@ tr td.row-extra-text,
color: var(--button-text); color: var(--button-text);
} }
.progress strong, .progress i { .progress strong,
.progress i {
color: #fff; color: #fff;
} }
.progress { .progress {
background-color: rgb(var(--accent-color),.7) !important; background-color: rgb(var(--accent-color), .7) !important;
box-shadow: none !important; box-shadow: none !important;
-webkit-box-shadow: none !important; -webkit-box-shadow: none !important;
} }

Loading…
Cancel
Save