diff --git a/src/sass/gnome-shell/common/_scrollbars.scss b/src/sass/gnome-shell/common/_scrollbars.scss index 08ac086..2c800f8 100644 --- a/src/sass/gnome-shell/common/_scrollbars.scss +++ b/src/sass/gnome-shell/common/_scrollbars.scss @@ -7,23 +7,23 @@ StScrollView { StScrollBar { padding: 0; + margin: 6px; StScrollView & { - min-width: 16px; - min-height: 16px; + min-width: 8px; + min-height: 8px; } StBin#trough { - margin: 6px; - border-radius: 100px; + border-radius: $circular_radius; background-color: $divider_color; } StButton#vhandle, StButton#hhandle { - border-radius: 100px; + border-radius: $circular_radius; background-color: $hint_fg_color; - //border: 4px solid transparent; //would be nice to margin or at least to transparent - margin: 6px; + border: 4px solid transparent; //would be nice to margin or at least to transparent + &:hover { background-color: $alt_fg_color; } &:active { background-color: $fg_color; } } diff --git a/src/sass/gnome-shell/widgets-42-0/_app-grid.scss b/src/sass/gnome-shell/widgets-42-0/_app-grid.scss index 45f9e1d..0b40a40 100644 --- a/src/sass/gnome-shell/widgets-42-0/_app-grid.scss +++ b/src/sass/gnome-shell/widgets-42-0/_app-grid.scss @@ -56,13 +56,13 @@ width: 24px; height: 24px; border-radius: $circular_radius; - color: $light_fg_color !important; - background-color: $light_fill_color !important; + color: $light_fg_color; + // background-color: $light_fill_color; } &:insensitive > StIcon { - backround-color: transparent; - color: transparent; + backround-color: transparent !important; + color: transparent !important; } &:hover > StIcon {