mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
FIX progress-bar hover color
This commit is contained in:
parent
9f5a988eca
commit
8d9cdf3df5
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ html.sidebar-hide-text .GlueDropTarget span {
|
||||||
|
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
--progress-bar-height: 2px;
|
--progress-bar-height: 2px;
|
||||||
--is-active-fg-color: #{spiceColor("subtext")};
|
--is-active-fg-color: #{spiceColor("button-active")};
|
||||||
--fg-color: #{spiceColor("button")};
|
--fg-color: #{spiceColor("button")};
|
||||||
--bg-color: #{spiceColor("text", 0.2)};
|
--bg-color: #{spiceColor("text", 0.2)};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue