Gtk-4: Fix color styling issues

This commit is contained in:
EliverLara
2021-12-05 14:46:44 -06:00
parent 6fc9abbd12
commit ec73c465e9
6 changed files with 96 additions and 90 deletions

View File

@@ -150,7 +150,7 @@ scale {
$_scale_disabled_bg: darken($_scale_bg, 15%);
slider {
border-color: $base_color;
border: 2px solid #00f17d;
border: 2px solid $selected_bg_color;
border-radius: 12px;
background-color: $_scale_bg;
@@ -282,7 +282,7 @@ scale {
min-height: 15px;
min-width: 15px;
margin: -7px;
border: 2px solid #00f17d;
border: 2px solid $selected_bg_color;
border-radius: 50%;
background-color: $_scale_bg;