From 127be8c1a56bc65d569944e26b9e6a0df072da55 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 14 Sep 2015 13:37:16 +0200 Subject: GTK3 all themes: improve size of broken volume button in rhythmbox --- desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am | 1 + desktop-themes/ContrastHighInverse/gtk-3.0/gtk.css | 1 + .../ContrastHighInverse/gtk-3.0/other-applications.css | 10 ++++++++++ 3 files changed, 12 insertions(+) create mode 100644 desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css (limited to 'desktop-themes/ContrastHighInverse') diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am b/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am index cb4836e2..9c08213f 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am @@ -7,6 +7,7 @@ theme_DATA = \ gtk.css \ gtk-widgets.css \ mate-applications.css \ + other-applications.css \ settings.ini EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk.css index 68758bc8..6a839789 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk.css +++ b/desktop-themes/ContrastHighInverse/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/ContrastHighInverse/gtk-3.0/other-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css new file mode 100644 index 00000000..412120b7 --- /dev/null +++ b/desktop-themes/ContrastHighInverse/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; +} + -- cgit v1.2.1