diff options
author | raveit65 <[email protected]> | 2015-12-22 15:07:33 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-12-22 15:07:33 +0100 |
commit | c6051c42f7f2061ae674119b2dd5741ce490224f (patch) | |
tree | f8e9153fa449a36459ebb8f666b6dff24cd44a31 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | f927f95a8ea0d7ed1412f13bdc0c4d6f68013262 (diff) | |
download | mate-themes-c6051c42f7f2061ae674119b2dd5741ce490224f.tar.bz2 mate-themes-c6051c42f7f2061ae674119b2dd5741ce490224f.tar.xz |
GTK3 black-mate, green-laguna: button size fix for gnome-mplayer
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index d64b5887..baaed38b 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1228,6 +1228,13 @@ GtkTreeMenu .menuitem * { border-radius: 3px; } +/* ie. controls gnome-mplayer, virtual-manager */ +.button.flat.image-button, +.button.flat.image-button:hover, +GtkVolumeButton.button.flat { + padding: 4px; +} + .button.text-button, GtkFontButton.button, GtkFileChooserButton .button { |