dropdowns for languages, themes, key-notation

This commit is contained in:
ed
2025-08-06 21:53:20 +00:00
parent 29a4e54799
commit a9ee4f24d5
2 changed files with 37 additions and 41 deletions

View File

@@ -1374,6 +1374,7 @@ html.y #ops svg circle {
#op_cfg input[type=text] {
top: -.3em;
}
.opview select,
.opview input[type=text] {
color: var(--fg);
background: var(--txt-bg);
@@ -1384,6 +1385,10 @@ html.y #ops svg circle {
border-radius: .2em;
padding: .2em .3em;
}
.opview select {
padding: .3em;
margin: .2em .4em;
}
.opview input.err {
color: var(--err-fg);
background: var(--err-bg);