mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed tags code mirror UI bugs
This commit is contained in:
parent
b398d57650
commit
c5c0fd4d20
@ -693,6 +693,10 @@ input:focus,
|
||||
fill: color-mod(var(--midgrey) l(-5%));
|
||||
}
|
||||
|
||||
.gh-tag-setting-codeinjection .CodeMirror {
|
||||
background: var(--dark-main-bg-color);
|
||||
}
|
||||
|
||||
.gh-tag-setting-codeinjection .CodeMirror-gutters {
|
||||
background-color: var(--whitegrey);
|
||||
border-right: 1px solid var(--lightgrey);
|
||||
|
@ -145,10 +145,11 @@ textarea.gh-tag-details-textarea {
|
||||
.gh-tag-setting-codeinjection .CodeMirror {
|
||||
padding: 0 !important;
|
||||
min-height: 240px;
|
||||
background: var(--dark-main-bg-color);
|
||||
background: var(--white);
|
||||
color: var(--darkgrey);
|
||||
border: 1px solid var(--lightgrey);
|
||||
border: 1px solid var(--whitegrey);
|
||||
border-radius: 4px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.gh-tag-setting-codeinjection .CodeMirror-gutters {
|
||||
|
Loading…
Reference in New Issue
Block a user