Fix collapse controls background color

This commit is contained in:
jaseg 2025-07-28 10:55:09 +02:00
parent f5408c1c8b
commit cf30776ee4

View file

@ -337,6 +337,7 @@ MAIN_CSS = r'''
background-size: 10px 10px; background-size: 10px 10px;
background-position: center; background-position: center;
background-repeat: repeat-x; background-repeat: repeat-x;
background-color: var(--c-bg-auxiliary)
} }
.wsd-collapse-controls > label { .wsd-collapse-controls > label {