fix click event if iframe mode is loaded on contentwrapper

This commit is contained in:
REJack
2021-09-17 21:28:20 +02:00
parent 3267f781b9
commit ab0ebc9a88
173 changed files with 96241 additions and 81251 deletions

View File

@@ -24,6 +24,12 @@
.cm-s-material .CodeMirror-cursor {
border-left: 1px solid #FFCC00;
}
.cm-s-material.cm-fat-cursor .CodeMirror-cursor {
background-color: #5d6d5c80 !important;
}
.cm-s-material .cm-animate-fat-cursor {
background-color: #5d6d5c80 !important;
}
.cm-s-material div.CodeMirror-selected {
background: rgba(128, 203, 196, 0.2);
@@ -132,4 +138,4 @@
.cm-s-material .CodeMirror-matchingbracket {
text-decoration: underline;
color: white !important;
}
}