summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-15 14:58:42 +0200
committerraveit65 <[email protected]>2015-08-15 15:01:10 +0200
commit2d61ba29937a1568b84f58172be76bdc6a73349e (patch)
treea07aa565f0a8f98072df26c5aa9235f5de6533b1
parent93386cfa19f6a4ce10491de28d1b7ca1c0e6574b (diff)
downloadmate-themes-2d61ba29937a1568b84f58172be76bdc6a73349e.tar.bz2
mate-themes-2d61ba29937a1568b84f58172be76bdc6a73349e.tar.xz
GTK3: TraditionalOK: fix background-color of list-row box
-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 eeff8574..8bda0788 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
@@ -583,6 +583,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,