summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-15 14:58:42 +0200
committerraveit65 <[email protected]>2015-08-15 15:02:00 +0200
commitfd59bf3655f96749605863a38fd4affc3eac20dc (patch)
tree91985f4dd08e2d91ac1790cf17f0e94ff4a32a00 /desktop-themes/TraditionalOk
parentb5c3d3573770cf4d9ef68bdca9a1990a781c8399 (diff)
downloadmate-themes-fd59bf3655f96749605863a38fd4affc3eac20dc.tar.bz2
mate-themes-fd59bf3655f96749605863a38fd4affc3eac20dc.tar.xz
GTK3: TraditionalOK: fix background-color of list-row box
Diffstat (limited to 'desktop-themes/TraditionalOk')
-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,