diff options
author | raveit65 <[email protected]> | 2015-09-14 13:41:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-14 13:41:31 +0200 |
commit | 822773d781f9eb1649c59a48e69034d88c899f89 (patch) | |
tree | 839347b601f1613240020b9bfab5d65a332e4558 /desktop-themes/BlackMATE | |
parent | 79794aabeef80f2f4394a9918646974e9fa2d6c4 (diff) | |
download | mate-themes-822773d781f9eb1649c59a48e69034d88c899f89.tar.bz2 mate-themes-822773d781f9eb1649c59a48e69034d88c899f89.tar.xz |
GTK3 all themes: improve size of broken volume button in rhythmbox
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css b/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css index 66c94a37..0ddbb296 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css @@ -422,3 +422,14 @@ NautilusQueryEditor .toolbar .entry:focus { .nautilus-desktop.nautilus-canvas-item:selected { text-shadow: none; } + +/************* + * 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; +} + |