1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02: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 */
.queue-table .row-extra-text, .history-table .row-extra-text {
.queue-table .row-extra-text,
.history-table .row-extra-text {
color: var(--text-muted);
}
@ -539,12 +540,13 @@ tr td.row-extra-text,
color: var(--button-text);
}
.progress strong, .progress i {
.progress strong,
.progress i {
color: #fff;
}
.progress {
background-color: rgb(var(--accent-color),.7) !important;
background-color: rgb(var(--accent-color), .7) !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}