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

sab progress bar fix

This commit is contained in:
GilbN 2021-10-30 11:25:29 +02:00
parent eaad321e3f
commit 7ad2432cc0
2 changed files with 8 additions and 0 deletions

View File

@ -540,6 +540,10 @@ tr td.row-extra-text,
color: var(--button-text);
}
.progress strong, .progress i {
color: #fff;
}
.progress {
background-color: transparent !important;
box-shadow: none !important;

View File

@ -540,6 +540,10 @@ tr td.row-extra-text,
color: var(--button-text);
}
.progress strong, .progress i {
color: #fff;
}
.progress {
background-color: transparent !important;
box-shadow: none !important;