change header wrapper style

This commit is contained in:
rustdesk
2023-05-19 20:24:12 +08:00
parent 57984d2a5e
commit ef6787d902
2 changed files with 8 additions and 2 deletions

View File

@@ -15,4 +15,10 @@ a#logo span {
/* Add a space beetween icon and language choice dropdown until better solution is found */
a.padding i.fa-language{
margin-right: 6px;
}
}
#sidebar #header-wrapper {
background: inherit;
color: var(--MENU-SEARCH-BOX-color);
border-bottom: 1px solid #2a232f;
}