diff options
author | raveit65 <[email protected]> | 2015-08-15 14:58:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-15 15:01:10 +0200 |
commit | 2d61ba29937a1568b84f58172be76bdc6a73349e (patch) | |
tree | a07aa565f0a8f98072df26c5aa9235f5de6533b1 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | 93386cfa19f6a4ce10491de28d1b7ca1c0e6574b (diff) | |
download | mate-themes-2d61ba29937a1568b84f58172be76bdc6a73349e.tar.bz2 mate-themes-2d61ba29937a1568b84f58172be76bdc6a73349e.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.css | 9 |
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, |