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

@@ -68,7 +68,6 @@
align-items: center;
padding: 10px;
border-radius: 8px;
background-color: var(--bg-secondary);
position: relative;
overflow: hidden;
user-select: none;

View File

@@ -237,6 +237,10 @@ body {
background-color: var(--btn-primary);
}
.blur-box {
backdrop-filter: blur(10px);
}
.ripple-element {
position: relative;
overflow: hidden;

View File

@@ -78,7 +78,7 @@
padding: 8px 10px;
text-align: center;
color: var(--text-primary);
background-color: var(--bg-secondary);
background-color: transparent;
border: none;
font-size: 16px;
width: 100%;

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 {