summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-12 17:14:43 +0200
committerraveit65 <[email protected]>2015-09-12 17:15:16 +0200
commit24b61604f667b4bb0afb3f5da5bc852782698722 (patch)
tree259b155912b5170d56adca5cc8b60dc842410356 /desktop-themes/TraditionalOk
parentdfb94b155fd9e332f7189f8aec0cf80c5f3d4677 (diff)
downloadmate-themes-24b61604f667b4bb0afb3f5da5bc852782698722.tar.bz2
mate-themes-24b61604f667b4bb0afb3f5da5bc852782698722.tar.xz
GTK3 Traditonal themes: fix size of rhythmbox volume button
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/other-applications.css8
2 files changed, 8 insertions, 6 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 61031e90..ce01001d 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/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/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css
index 530f605f..771872b2 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css
+++ b/desktop-themes/TraditionalOk/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;
+}
+