You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
opt: adapt with custom background Webui X
This commit is contained in:
@@ -68,7 +68,6 @@
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
border-radius: 8px;
|
||||
background-color: var(--bg-secondary);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
|
||||
@@ -237,6 +237,10 @@ body {
|
||||
background-color: var(--btn-primary);
|
||||
}
|
||||
|
||||
.blur-box {
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
.ripple-element {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -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%;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user