add visual selection of z top and bottom
This commit is contained in:
parent
1193c3313e
commit
ca4ae077b2
7 changed files with 244 additions and 124 deletions
|
|
@ -1431,6 +1431,11 @@ details[open] summary::after {
|
|||
word-break: break-word;
|
||||
white-space: normal;
|
||||
}
|
||||
.z-select {
|
||||
aspect-ratio: 1;
|
||||
border-radius: 50%;
|
||||
border-color: rgba(128,128,128,0.5) !important;
|
||||
}
|
||||
#oplist {
|
||||
gap: 3px;
|
||||
margin-bottom: 3px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue