opt: adapt with custom background Webui X

This commit is contained in:
KOWX712
2025-05-13 19:25:42 +08:00
parent bf366b5c33
commit cd10bd2d92
6 changed files with 32 additions and 20 deletions

View File

@@ -37,7 +37,7 @@
position: absolute;
border: none;
color: var(--text-primary);
background-color: var(--bg-secondary);
background-color: transparent;
font-size: 17px;
outline: none;
left: 10px;
@@ -134,7 +134,6 @@
.menu-options li {
padding: 12px 15px;
text-align: left;
background-color: var(--bg-secondary);
}
.menu-options li::after {