1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01: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); color: var(--button-text);
} }
.progress strong, .progress i {
color: #fff;
}
.progress { .progress {
background-color: transparent !important; background-color: transparent !important;
box-shadow: none !important; box-shadow: none !important;

View File

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