dsel: default on desktop + ie11

This commit is contained in:
ed
2026-01-16 01:11:26 +00:00
parent 3e3228e0f6
commit 5d7cf80ff0
5 changed files with 25 additions and 20 deletions

View File

@@ -4172,9 +4172,10 @@ html.e #detree {
.selbox {
position: fixed;
border: 1px solid var(--btn-1h-bg);
background-color: var(--btn-1h-bg);
border: .5em solid #f0f;
border: .2em solid var(--btn-1h-bg);
background-color: rgba(128, 128, 128, 0.6);
background-color: rgb(from var(--btn-1h-bg) r g b / 0.5);
pointer-events: none;
z-index: 99;
}
}