镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-05 22:16:49 +00:00
tooltip glass transparent css
这个提交包含在:
@@ -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);
|
||||
}
|
||||
在新工单中引用
屏蔽一个用户