Various fixes

progressbar in dash background
text field padding
improper selected accents on colorful
task progress background on dark/colorful
This commit is contained in:
Casper Talvio
2021-07-19 23:50:34 +03:00
parent e4645c0ba3
commit 5693f22d30
6 changed files with 30 additions and 6 deletions

View File

@@ -11,6 +11,12 @@
margin-bottom: auto;
}
/*Progress bar*/
.itemProgressBar {
height: 2000em;
background: #0000;
}
/*Theme process progress ring*/
.progressring-spiner {
border-color: rgba(var(--accent));