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:04:33 +0100
commitf816d7e04ce70e7cc15d3722ccad440965d7033b (patch)
treeb59b8982bff3ca8e467c3f5ed7016bd5a6b6574a /desktop-themes
parent7dce8eb1229930048ac8e851a8f6717b60ea7abb (diff)
downloadmate-themes-f816d7e04ce70e7cc15d3722ccad440965d7033b.tar.bz2
mate-themes-f816d7e04ce70e7cc15d3722ccad440965d7033b.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;