diff options
author | raveit65 <[email protected]> | 2015-08-15 14:58:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-15 14:58:42 +0200 |
commit | 975a7599a863f6e998fadab027006fdf5bd35bed (patch) | |
tree | b4c1200b5f36703c6cc0ca729e9ac3e1638247db /desktop-themes | |
parent | 008e12858e0239a1d89e37390e53fc11fd851e0f (diff) | |
download | mate-themes-975a7599a863f6e998fadab027006fdf5bd35bed.tar.bz2 mate-themes-975a7599a863f6e998fadab027006fdf5bd35bed.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.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 883b1a76..7d201669 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, |