mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-31 01:24:36 +02:00
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:
parent
df6b4b12d9
commit
97471d5cfe
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user