feat(styles): fix alternate background for FILE_EXPLORER_STYLE #18

Merged
Boria138 merged 1 commits from Dervart/PortProtonQt:list_view-fixes into main 2025-06-28 05:29:48 +00:00

View File

@ -861,6 +861,7 @@ FILE_EXPLORER_STYLE = f"""
font-size: {font_size_a};
font-family: {font_family};
background: {color_c};
alternate-background-color: {color_c};
color: {color_f};
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;