Fixes radio and check bg in .view for good, but also makes sure it does not breaks selection on .view like widgets

This commit is contained in:
Adriano Moura 2016-12-03 02:44:30 -02:00
parent df6b4b12d9
commit 97471d5cfe

View File

@ -43,6 +43,9 @@
color: @theme_fg_color;
}
iconview:selected,
:not(check):not(radio).view:selected,
/*iconview in nautilus breaks without this, but with it radio and check buttons background break in lists... */
*:selected,
selection {
background-color: @theme_selected_bg_color;