diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-02 02:04:33 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-02 02:05:33 +0100 |
commit | 203419a9393533ab1fe70375243db1c59eaa0a3e (patch) | |
tree | 3974370bcc733794e579a667e8aa26c5b808effc /desktop-themes | |
parent | f882112cc017a9320798d530d840130d39126aa4 (diff) | |
download | mate-themes-203419a9393533ab1fe70375243db1c59eaa0a3e.tar.bz2 mate-themes-203419a9393533ab1fe70375243db1c59eaa0a3e.tar.xz |
GTK3 submarine themes: fix padding osd-toolbar volume button
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 3e9af8e7..349315f7 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -4927,6 +4927,7 @@ GtkOverlay.osd { }
.osd.toolbar .button,
+.osd.toolbar .button:hover,
.osd.toolbar .linked .button {
padding: 6px;
border-width: 1px;
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 9f7a46a6..40951819 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -4918,6 +4918,7 @@ GtkOverlay.osd { }
.osd.toolbar .button,
+.osd.toolbar .button:hover,
.osd.toolbar .linked .button {
padding: 6px;
border-width: 1px;
|