feat(styles): fix alternate background for FILE_EXPLORER_STYLE
All checks were successful
All checks were successful
This commit is contained in:
@ -861,6 +861,7 @@ FILE_EXPLORER_STYLE = f"""
|
|||||||
font-size: {font_size_a};
|
font-size: {font_size_a};
|
||||||
font-family: {font_family};
|
font-family: {font_family};
|
||||||
background: {color_c};
|
background: {color_c};
|
||||||
|
alternate-background-color: {color_c};
|
||||||
color: {color_f};
|
color: {color_f};
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
|
Reference in New Issue
Block a user