tooltip glass transparent css

This commit is contained in:
binary-husky
2025-01-28 23:50:21 +08:00
parent 9b0b2cf260
commit 5ddd657ebc

View File

@@ -103,13 +103,9 @@
min-width: min(80px, 100%);
}
#cbs {
background-color: var(--block-background-fill) !important;
}
#cbs,
#cbsc {
background-color: var(--block-background-fill) !important;
background-color: rgba(var(--block-background-fill), 0.5) !important;
}
#interact-panel .form {
@@ -303,4 +299,15 @@
#elem_prompt {
/* 左右为0顶部为0底部为2px */
padding: 0 0 4px 0;
}
backdrop-filter: blur(10px);
background-color: rgba(var(--block-background-fill), 0.5);
}
#tooltip #cbs,
#tooltip #cbsc,
#tooltip .svelte-b6y5bg,
#tooltip .tabitem {
backdrop-filter: blur(10px);
background-color: rgba(var(--block-background-fill), 0.5);
}