css vars refactoring

This commit is contained in:
Devaev Maxim
2018-07-28 14:47:13 +03:00
parent 8bac7382bb
commit 5a9b86457c
3 changed files with 19 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ td#msd-new-image-size {
}
div#msd-progress {
background-color: var(--bg-color-progress);
background-color: var(--bg-color-selected);
height: 1.5em;
width: 100%;
position: relative;
@@ -39,7 +39,7 @@ div#msd-progress:before {
right: 0;
}
div#msd-progress span#msd-progress-value {
background-color: var(--fg-color-progress);
background-color: var(--bg-color-intensive);
display: inline-block;
height: 100%;
}