Various fixes

This commit is contained in:
CTalvio
2021-08-16 23:18:08 +03:00
parent 738ca7dead
commit 43db8c3c96
4 changed files with 62 additions and 22 deletions

View File

@@ -43,12 +43,6 @@ div[data-role="controlgroup"] a[data-role="button"] {
margin-bottom: auto;
}
/*Progress bar*/
.itemProgressBar {
height: 2000em;
background: #0000;
}
/*Theme process progress ring*/
.progressring-spiner {
border-color: rgba(var(--accent));
@@ -152,7 +146,10 @@ div[data-role="controlgroup"] a[data-role="button"] {
box-shadow: none;
}
.backgroundProgress > div {
background-color: #0000;
background: rgba(0, 0, 0, 0);
}
.itemProgressBar {
background: rgba(0, 0, 0, 0.25);
}
#divRunningTasks span {
color: rgba(255,255,255,0.75) !important;