summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-12 17:14:43 +0200
committerraveit65 <[email protected]>2015-09-12 17:14:43 +0200
commitcdbe1202a975385c3725c83481e9b63abcd4ef6b (patch)
tree67b86fa5922408faa9a5dd4a715c60aad5c6c60f /desktop-themes/TraditionalGreen
parent2693d3c70de435bddde9d2ae37275b619fa820a4 (diff)
downloadmate-themes-cdbe1202a975385c3725c83481e9b63abcd4ef6b.tar.bz2
mate-themes-cdbe1202a975385c3725c83481e9b63abcd4ef6b.tar.xz
GTK3 Traditonal themes: fix size of rhythmbox volume button
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css8
2 files changed, 8 insertions, 6 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 60288f46..59514664 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -723,12 +723,6 @@ GtkScrolledWindow GtkViewport.frame {
border-color: @border_color;
}
-/* ie. rhythmbox */
-GtkVolumeButton.button.flat,
-GtkVolumeButton.button.flat:hover {
- padding: 0px 6px;
-}
-
GtkComboBox GtkToggleButton.button,
GtkComboBoxText GtkToggleButton.button,
.toolbar.horizontal GtkComboBox GtkToggleButton.button,
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
index 530f605f..771872b2 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
@@ -31,3 +31,11 @@ GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.i
color: @theme_fg_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;
+}
+