summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-07-27 10:19:53 +0200
committerraveit65 <[email protected]>2015-07-27 10:21:34 +0200
commitcc5504f80c149c2c94dd9e204960f923221531e1 (patch)
treeddf951261c65c31bf33f8f5a2ca4438617aa2631 /desktop-themes/TraditionalOk
parente5573518b05c6d56aa5142180a88d3bf5fb8788a (diff)
downloadmate-themes-cc5504f80c149c2c94dd9e204960f923221531e1.tar.bz2
mate-themes-cc5504f80c149c2c94dd9e204960f923221531e1.tar.xz
Traditional themes GTK3: fix padding of osd volume button
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index b6d8fc21..fcfe56b0 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -1594,6 +1594,11 @@ GtkCheckButton:selected:focus {
border-color: @osd_border_color;
}
+.osd.toolbar GtkVolumeButton.button.flat.image-button,
+.osd.toolbar GtkVolumeButton.button.flat.image-button:hover {
+ padding: 2px;
+}
+
/****************
* GtkAssistant *
****************/