diff options
author | raveit65 <[email protected]> | 2015-09-14 13:37:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-14 13:37:16 +0200 |
commit | 127be8c1a56bc65d569944e26b9e6a0df072da55 (patch) | |
tree | 3b0dde3527b6212bb7499990095b5f041e2ba3f5 /desktop-themes/ContrastHigh | |
parent | 8b51426b9772288610c26c37bce9d3e65189de78 (diff) | |
download | mate-themes-127be8c1a56bc65d569944e26b9e6a0df072da55.tar.bz2 mate-themes-127be8c1a56bc65d569944e26b9e6a0df072da55.tar.xz |
GTK3 all themes: improve size of broken volume button in rhythmbox
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/Makefile.am | 1 | ||||
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk.css | 1 | ||||
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/other-applications.css | 10 |
3 files changed, 12 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am b/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am index 8cb514ac..11350ca1 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am +++ b/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am @@ -4,6 +4,7 @@ theme_DATA = \ gtk.css \ gtk-widgets.css \ mate-applications.css \ + other-applications.css \ resize-grip.svg \ settings.ini diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk.css index 43692663..9fcdadb3 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk.css @@ -178,4 +178,5 @@ } @import url("gtk-widgets.css"); +@import url("other-applications.css"); @import url("mate-applications.css"); diff --git a/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css new file mode 100644 index 00000000..412120b7 --- /dev/null +++ b/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css @@ -0,0 +1,10 @@ +/************* + * 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 4px; +} + |