diff options
author | raveit65 <[email protected]> | 2015-07-27 10:19:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-27 10:21:16 +0200 |
commit | 68ff0609bdc80554b7a853bee6e4e5b2d1e5d460 (patch) | |
tree | 1dd35e7ce274ea73b3ab6afc541fb384009e0188 /desktop-themes/TraditionalOkTest | |
parent | bb65a956121c97be3c14554bedb6d371db4c81e0 (diff) | |
download | mate-themes-68ff0609bdc80554b7a853bee6e4e5b2d1e5d460.tar.bz2 mate-themes-68ff0609bdc80554b7a853bee6e4e5b2d1e5d460.tar.xz |
Traditional themes GTK3: fix padding of osd volume button
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 4356d606..6fc9490a 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1777,6 +1777,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 * ****************/ |