summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-07-23 11:43:18 +0200
committerraveit65 <[email protected]>2015-07-23 11:43:18 +0200
commit8156bcbd57b9aad5fb92f2e75faab02fff19f51a (patch)
treef796eb4684a99cd24ee25d7a56331afa5b75b67a /desktop-themes/TraditionalGreen
parenta1e077ae0c02b7c209b4e95e8cfc7a8efee28857 (diff)
downloadmate-themes-8156bcbd57b9aad5fb92f2e75faab02fff19f51a.tar.bz2
mate-themes-8156bcbd57b9aad5fb92f2e75faab02fff19f51a.tar.xz
GTK3 traditional themes: fix toggle button + volume button in rhythmbox
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 0fd1849c..1c4a0de4 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/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,
@@ -915,9 +921,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,