summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-01-02 02:04:33 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-02 02:05:33 +0100
commit203419a9393533ab1fe70375243db1c59eaa0a3e (patch)
tree3974370bcc733794e579a667e8aa26c5b808effc
parentf882112cc017a9320798d530d840130d39126aa4 (diff)
downloadmate-themes-203419a9393533ab1fe70375243db1c59eaa0a3e.tar.bz2
mate-themes-203419a9393533ab1fe70375243db1c59eaa0a3e.tar.xz
GTK3 submarine themes: fix padding osd-toolbar volume button
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css1
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;