set background color

This commit is contained in:
Matthias 2021-12-08 02:06:55 +01:00
parent 2725a2eb87
commit 1cc1fca5fe
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -1012,4 +1012,8 @@ input[type='number']{
a {
text-decoration: none;
background-color: transparent;
}
.jstree-container-ul {
background-color: var(--secondary-color);
}