diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-02 02:04:33 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-02 02:05:19 +0100 |
commit | 62093ba03841aa11a56b0e9a47183980537ae8da (patch) | |
tree | f8b2d527fcc89745c9ec6fed931fdfdebb7c747c /desktop-themes/Green-Submarine | |
parent | 3e8ef102e8811797e3bb2e722c093a37fd151328 (diff) | |
download | mate-themes-62093ba03841aa11a56b0e9a47183980537ae8da.tar.bz2 mate-themes-62093ba03841aa11a56b0e9a47183980537ae8da.tar.xz |
GTK3 submarine themes: fix padding osd-toolbar volume button
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index a9453e2d..c48a2ce1 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -4796,6 +4796,7 @@ GtkOverlay.osd { }
.osd.toolbar .button,
+.osd.toolbar .button:hover,
.osd.toolbar .linked .button {
padding: 6px;
border-width: 1px;
|