diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-02 02:13:25 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-02 02:14:00 +0100 |
commit | 0384c48d123d844dea7221bda3ba327d59a683ce (patch) | |
tree | ec046fe85fe01ba486f0876e5594c74180ca32be | |
parent | 62093ba03841aa11a56b0e9a47183980537ae8da (diff) | |
download | mate-themes-0384c48d123d844dea7221bda3ba327d59a683ce.tar.bz2 mate-themes-0384c48d123d844dea7221bda3ba327d59a683ce.tar.xz |
GTK3 GreenLaguna: fix padding osd-toolbar volume button
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 67da867b..23a0681d 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -2288,6 +2288,10 @@ GtkOverlay.osd { box-shadow: inset -1px 0 @osd_button_inset; } +.osd.toolbar .button:hover { + padding: 6px; +} + .osd.toolbar .button:first-child { border-radius: 5px 0 0 5px; border-width: 1px 0 1px 1px; |