diff options
Diffstat (limited to 'desktop-themes/YaruOK')
-rw-r--r-- | desktop-themes/YaruOK/gtk-3.0/_apps.scss | 4 | ||||
-rw-r--r-- | desktop-themes/YaruOK/gtk-3.0/gtk.css | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/YaruOK/gtk-3.0/_apps.scss b/desktop-themes/YaruOK/gtk-3.0/_apps.scss index 36e20b2e..7a11ec65 100644 --- a/desktop-themes/YaruOK/gtk-3.0/_apps.scss +++ b/desktop-themes/YaruOK/gtk-3.0/_apps.scss @@ -1001,7 +1001,7 @@ MsdOsdWindow.background.osd { iconview { border-radius: $button_radius; &:hover { - background-color: $popover_hover_color; + background-color: lighten($selected_bg_color, 10%); } } @@ -1118,4 +1118,4 @@ window#Main.background { } -}
\ No newline at end of file +} diff --git a/desktop-themes/YaruOK/gtk-3.0/gtk.css b/desktop-themes/YaruOK/gtk-3.0/gtk.css index a021b05d..5fdbd10f 100644 --- a/desktop-themes/YaruOK/gtk-3.0/gtk.css +++ b/desktop-themes/YaruOK/gtk-3.0/gtk.css @@ -2387,7 +2387,7 @@ MsdOsdWindow.background.osd .progressbar { border-radius: 4px; background-color: iconview { border-radius: 4px; } -iconview:hover { background-color: #000000; } +iconview:hover { background-color: #b0c8e7; } /* Brisk menu's panel button */ .mate-panel-menu-bar #PanelApplet button.flat.toggle.brisk-button, .mate-panel-menu-bar #PanelApplet button.flat.toggle.brisk-button:hover { background-image: none; background-color: transparent; padding: 0px; margin: 0px; border-color: transparent; border-radius: 0; border-image: none; text-shadow: none; } |