1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

sab table .row-extra-text color

This commit is contained in:
gilbN 2021-08-01 18:54:18 +02:00
parent 39c5beb28d
commit a0bcbc1509

View File

@ -472,6 +472,11 @@ input[type="submit"]:focus {
}
/* History */
.queue-table .row-extra-text, .history-table .row-extra-text {
color: var(--text-muted);
}
.caret {
border-top-color: white !important;
}