change op delete icon, reduce oplist/opdiv font size
This commit is contained in:
parent
b9a9746406
commit
6e1f0c57c6
2 changed files with 3 additions and 2 deletions
|
|
@ -339,7 +339,7 @@ export function opRender() {
|
|||
`<div id="${mark + i}" class="${clazz.join(' ')}"${title}>`,
|
||||
`<label class="label">${label}</label>`,
|
||||
clock ? '' :
|
||||
`<label id="${mark + i}-x" class="del"><i class="fa fa-trash"></i></label>`,
|
||||
`<label id="${mark + i}-x" class="del"><i class="fa-solid fa-xmark"></i></label>`,
|
||||
`</div>`
|
||||
]);
|
||||
bind[mark + i] = rec;
|
||||
|
|
|
|||
|
|
@ -1286,10 +1286,11 @@ details[open] summary::after {
|
|||
align-items: left;
|
||||
justify-content: center;
|
||||
border: 1px solid rgba(0,0,0,0.25);
|
||||
border-radius: 4px;
|
||||
border-radius: 3px;
|
||||
padding: 5px 10px 5px 10px;
|
||||
background-color: rgba(255,255,255,0.75);
|
||||
white-space: nowrap;
|
||||
font-size: smaller;
|
||||
}
|
||||
#oplist > div:hover, #op-add:hover {
|
||||
background-color: var(--blue-4);
|
||||
|
|
|
|||
Loading…
Reference in a new issue