diff options
author | raveit65 <[email protected]> | 2015-08-15 14:58:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-15 15:01:31 +0200 |
commit | a20a5a2bb26b67fbde21d422f79a8d2ddd185923 (patch) | |
tree | 02e8adc89f1949991e601c6d2409dcd347a07ce7 | |
parent | 3c248d7c64712ed9c708a622ab2e37ec742f0dcf (diff) | |
download | mate-themes-a20a5a2bb26b67fbde21d422f79a8d2ddd185923.tar.bz2 mate-themes-a20a5a2bb26b67fbde21d422f79a8d2ddd185923.tar.xz |
GTK3: TraditionalOK: fix background-color of list-row box
-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 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, |