diff options
author | Devaev Maxim <[email protected]> | 2018-07-28 14:47:13 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-28 14:47:13 +0300 |
commit | 5a9b86457c7329eac8db0fa73c129ef0d0b7fd5d (patch) | |
tree | 4cf8476cfb05fcbe48b5c67414d5a414e21551c7 /kvmd/web/css/msd.css | |
parent | 8bac7382bb16981c615c6af79dc00febd16949b4 (diff) |
css vars refactoring
Diffstat (limited to 'kvmd/web/css/msd.css')
-rw-r--r-- | kvmd/web/css/msd.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kvmd/web/css/msd.css b/kvmd/web/css/msd.css index ee9fb147..b5b0a1aa 100644 --- a/kvmd/web/css/msd.css +++ b/kvmd/web/css/msd.css @@ -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%; } |