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

@@ -12,10 +12,6 @@
background: rgba(0,0,0,0.7);
}
.itemProgressBar {
height: 2000em;
background: #0000;
}
.playbackProgress>div {
background-color: rgba(255,255,255,0.75);
}