mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 19:29:13 +08:00
feat(ql3): add secure console task editing
This commit is contained in:
@@ -798,6 +798,12 @@ textarea:focus-visible,
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.editor-grid input[readonly] {
|
||||
color: var(--muted);
|
||||
border-left: 4px solid var(--signal);
|
||||
background: var(--fog);
|
||||
}
|
||||
|
||||
.editor-wide {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user