|
@ -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,7 +540,8 @@ 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; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|