diff options
author | raveit65 <[email protected]> | 2015-09-14 13:37:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-14 13:39:20 +0200 |
commit | 99b87cad847d6a82a4e4f4f0e06f94db8bafa610 (patch) | |
tree | 7bb985c4270e03184de50f7a5b92ece8b4c23d15 /desktop-themes/BlueMenta | |
parent | 9bef117c47abdaf53724b1c70be33678832f4651 (diff) | |
download | mate-themes-99b87cad847d6a82a4e4f4f0e06f94db8bafa610.tar.bz2 mate-themes-99b87cad847d6a82a4e4f4f0e06f94db8bafa610.tar.xz |
GTK3 all themes: improve size of broken volume button in rhythmbox
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css index c8ab14c2..405c79bd 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css @@ -43,3 +43,13 @@ background-color: @theme_bg_color; } +/************* + * rhythmbox * + *************/ + +.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat, +.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:active, +.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover { + padding: 0px 6px; +} + |