summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-07-23 11:43:18 +0200
committerraveit65 <[email protected]>2015-07-23 11:44:26 +0200
commit3ba62746ef351634aad3c79a6768f3712cbb1443 (patch)
tree15fa7d8dd5506c465977c33122082256fe5441b8 /desktop-themes/TraditionalOk
parent7d1113a765f6e81b4bf4a12aaa96abc0819303a3 (diff)
downloadmate-themes-3ba62746ef351634aad3c79a6768f3712cbb1443.tar.bz2
mate-themes-3ba62746ef351634aad3c79a6768f3712cbb1443.tar.xz
GTK3 traditional themes: fix toggle button + volume button in rhythmbox
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 8a7a49c6..44842952 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -721,6 +721,12 @@ 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,
@@ -914,9 +920,13 @@ GtkColorChooserWidget #add-color-button {
.toolbar .button:active,
.toolbar .button:active:hover,
.toolbar .button.raised:active,
+.toolbar .button.raised:checked,
.toolbar .raised .button:active,
+.toolbar .raised .button:checked,
.toolbar .button.raised:active:hover,
+.toolbar .button.raised:checked:hover,
.toolbar .raised .button:active:hover,
+.toolbar .raised .button:checked:hover,
.primary-toolbar .combobox-entry .button:active,
.combobox-entry .button:active,
.primary-toolbar .button:active,