mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 22:08:38 +10:00
dropdowns for languages, themes, key-notation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user