summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-15 14:58:42 +0200
committerraveit65 <[email protected]>2015-08-15 15:02:37 +0200
commit424633f526573ec9aaf68ff95b0a26127234296c (patch)
tree2e32ca51e511d21f4c7e9f787e32efacfc205313 /desktop-themes
parentc696a17129e3790ea0c595b576a6fcb46223937a (diff)
downloadmate-themes-424633f526573ec9aaf68ff95b0a26127234296c.tar.bz2
mate-themes-424633f526573ec9aaf68ff95b0a26127234296c.tar.xz
GTK3: TraditionalOK: fix background-color of list-row box
Diffstat (limited to 'desktop-themes')
-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 9f63c62c..c0aff763 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
@@ -572,6 +572,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,
.combobox-entry .entry:focus,