summaryrefslogtreecommitdiff
path: root/desktop-themes
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:19 +0100
commit62093ba03841aa11a56b0e9a47183980537ae8da (patch)
treef8b2d527fcc89745c9ec6fed931fdfdebb7c747c /desktop-themes
parent3e8ef102e8811797e3bb2e722c093a37fd151328 (diff)
downloadmate-themes-62093ba03841aa11a56b0e9a47183980537ae8da.tar.bz2
mate-themes-62093ba03841aa11a56b0e9a47183980537ae8da.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.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 459ca0e6..1a3fae15 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -4793,6 +4793,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 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;