change op delete icon, reduce oplist/opdiv font size

This commit is contained in:
Stewart Allen 2026-02-24 00:54:44 -05:00
commit 6e1f0c57c6
2 changed files with 3 additions and 2 deletions

View file

@ -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);