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:
parent
eaad321e3f
commit
7ad2432cc0
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user