mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 06:45:23 +02:00
restyle the web editor (#7333)
This commit is contained in:
parent
6c57ddb563
commit
9106e74e61
6 changed files with 52 additions and 22 deletions
|
@ -163,12 +163,22 @@ code {
|
|||
|
||||
.CodeMirror-gutters {
|
||||
background: var(--bg-codemirror-gutters-color);
|
||||
border-right: 1px solid var(--border-codemirror-gutters-color);
|
||||
border-right: 0px;
|
||||
}
|
||||
|
||||
.CodeMirror-linenumber {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.CodeMirror pre.CodeMirror-line,
|
||||
.CodeMirror pre.CodeMirror-line-like {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
background: var(--bg-codemirror-color);
|
||||
color: var(--text-codemirror-color);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.CodeMirror-selected {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue