mirror of
https://github.com/9001/copyparty.git
synced 2026-03-28 02:53:03 +10:00
dsel: default on desktop + ie11
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user