mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-18 22:21:38 +00:00
FIX: Wrong volume slider color on hover #149
This commit is contained in:
parent
f9c30d230a
commit
273a5b3e7e
1 changed files with 1 additions and 0 deletions
|
|
@ -561,6 +561,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")};
|
||||||
--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