mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-02-06 17:15:39 +01:00
Improve matchingbrackets and cursor visibility
This commit is contained in:
parent
b963fe9619
commit
6b245c9894
1 changed files with 7 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-s-maputnik .CodeMirror-cursor {
|
.cm-s-maputnik .CodeMirror-cursor {
|
||||||
border-left: solid thin #8e8e8e !important;
|
border-left: solid thin #f0f0f0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-s-maputnik.CodeMirror-focused div.CodeMirror-selected {
|
.cm-s-maputnik.CodeMirror-focused div.CodeMirror-selected {
|
||||||
|
@ -47,5 +47,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-s-maputnik .CodeMirror-matchingbracket {
|
.cm-s-maputnik .CodeMirror-matchingbracket {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
color: #565659 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-s-maputnik .CodeMirror-nonmatchingbracket {
|
||||||
|
background-color: #bb0000;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue