diff options
author | raveit65 <[email protected]> | 2015-07-27 10:19:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-27 10:21:34 +0200 |
commit | cc5504f80c149c2c94dd9e204960f923221531e1 (patch) | |
tree | ddf951261c65c31bf33f8f5a2ca4438617aa2631 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | e5573518b05c6d56aa5142180a88d3bf5fb8788a (diff) | |
download | mate-themes-cc5504f80c149c2c94dd9e204960f923221531e1.tar.bz2 mate-themes-cc5504f80c149c2c94dd9e204960f923221531e1.tar.xz |
Traditional themes GTK3: fix padding of osd volume button
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 5 |
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 * ****************/ |