Update background color of palette dialog

This commit is contained in:
Woody 2023-11-30 17:02:45 +01:00
parent 518a0de95f
commit 0f24d924f9
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -1340,7 +1340,7 @@ TD .checkmark, TD .radiomark {
left: 0;
width: 100%;
height: 100%;
background-color: var(--c-tb);
background-color: var(--c-o);
content: " ";
}
.dialog {