diff options
author | raveit65 <[email protected]> | 2015-09-12 17:14:43 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-12 17:15:33 +0200 |
commit | 9b80950583b3bee4d0ebf0c570663c77ebc13ddc (patch) | |
tree | 9fe2d465315eed192340f2bedf1bc3855953ea66 /desktop-themes/TraditionalOkTest/gtk-3.0 | |
parent | be2785faebf0639c3013ecf1883d4656eb4620c2 (diff) | |
download | mate-themes-9b80950583b3bee4d0ebf0c570663c77ebc13ddc.tar.bz2 mate-themes-9b80950583b3bee4d0ebf0c570663c77ebc13ddc.tar.xz |
GTK3 Traditonal themes: fix size of rhythmbox volume button
Diffstat (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 6 | ||||
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/other-applications.css | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 010c5d33..49896b1e 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -725,12 +725,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/TraditionalOkTest/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/other-applications.css index 530f605f..771872b2 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalOkTest/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; +} + |