1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00

formatting

This commit is contained in:
GilbN 2022-01-17 22:21:29 +01:00
parent 5949fc6bd9
commit 4fd5c42ec3

View File

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