diff options
author | raveit65 <[email protected]> | 2015-09-12 17:27:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-12 17:27:37 +0200 |
commit | f4fab3f1df3425b931c6fa496ee4305bc6d6de03 (patch) | |
tree | 69f34c38fcd2a8d49a91b96a7555871992e93cb1 /desktop-themes/TraditionalOkTest | |
parent | b5b3e6456b3980e46d189f08538a866092036b95 (diff) | |
download | mate-themes-f4fab3f1df3425b931c6fa496ee4305bc6d6de03.tar.bz2 mate-themes-f4fab3f1df3425b931c6fa496ee4305bc6d6de03.tar.xz |
GTK3 Traditonal themes: fix size of rhythmbox volume button
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
3 files changed, 9 insertions, 6 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/Makefile.am b/desktop-themes/TraditionalOkTest/gtk-3.0/Makefile.am index 1b906f18..34fd0534 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/Makefile.am +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/Makefile.am @@ -8,6 +8,7 @@ theme_DATA = \ gtk-widgets.css \ gtk-widgets-img.css \ mate-applications.css \ + other-applications.css \ settings.ini EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index d711abf3..7e9bb7b4 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -535,12 +535,6 @@ GtkScrolledWindow GtkViewport.frame { border-radius: 3px; } -/* 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 new file mode 100644 index 00000000..b24033b6 --- /dev/null +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/other-applications.css @@ -0,0 +1,8 @@ +/* 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; +} + |