summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-14 13:37:16 +0200
committerraveit65 <[email protected]>2015-09-14 13:39:39 +0200
commit4d35ac3c0b65558b159731c2038abcb814a9e00e (patch)
treebe0b1f70dce0e5cc60c4bd8061aeaaee26c606db /desktop-themes/ContrastHighInverse/gtk-3.0
parentb2331df3baa4946d994e78749339d79a4e548172 (diff)
downloadmate-themes-4d35ac3c0b65558b159731c2038abcb814a9e00e.tar.bz2
mate-themes-4d35ac3c0b65558b159731c2038abcb814a9e00e.tar.xz
GTK3 all themes: improve size of broken volume button in rhythmbox
Diffstat (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am1
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk.css1
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css10
3 files changed, 12 insertions, 0 deletions
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 078c1367..ae7af722 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk.css
@@ -181,4 +181,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;
+}
+