summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-15 14:58:42 +0200
committerraveit65 <[email protected]>2015-08-15 15:01:31 +0200
commita20a5a2bb26b67fbde21d422f79a8d2ddd185923 (patch)
tree02e8adc89f1949991e601c6d2409dcd347a07ce7 /desktop-themes/TraditionalOk/gtk-3.0
parent3c248d7c64712ed9c708a622ab2e37ec742f0dcf (diff)
downloadmate-themes-a20a5a2bb26b67fbde21d422f79a8d2ddd185923.tar.bz2
mate-themes-a20a5a2bb26b67fbde21d422f79a8d2ddd185923.tar.xz
GTK3: TraditionalOK: fix background-color of list-row box
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
index f3ea71fb..3ef68301 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
@@ -582,6 +582,15 @@ GtkComboBox.combobox-entry .button:insensitive,
border-color: transparent;
}
+.menuitem.button.flat,
+.button.flat,
+.button.flat:insensitive,
+GtkListBoxRow.button.list-row,
+GtkListBoxRow.button.list-row:hover {
+ border-image: none;
+ background-image: none;
+}
+
/* focused element borders */
.entry:focus,
GtkComboBox.combobox-entry .entry:focus,