mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Various fixes
This commit is contained in:
11
base.css
11
base.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user