summaryrefslogtreecommitdiff
path: root/help3/xhpeditor/cm/theme/material-ocean.css
diff options
context:
space:
mode:
Diffstat (limited to 'help3/xhpeditor/cm/theme/material-ocean.css')
-rw-r--r--help3/xhpeditor/cm/theme/material-ocean.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/help3/xhpeditor/cm/theme/material-ocean.css b/help3/xhpeditor/cm/theme/material-ocean.css
index 86a6f3cd..404178de 100644
--- a/help3/xhpeditor/cm/theme/material-ocean.css
+++ b/help3/xhpeditor/cm/theme/material-ocean.css
@@ -24,6 +24,12 @@
.cm-s-material-ocean .CodeMirror-cursor {
border-left: 1px solid #FFCC00;
}
+.cm-s-material-ocean.cm-fat-cursor .CodeMirror-cursor {
+ background-color: #a2a8a175 !important;
+}
+.cm-s-material-ocean .cm-animate-fat-cursor {
+ background-color: #a2a8a175 !important;
+}
.cm-s-material-ocean div.CodeMirror-selected {
background: rgba(113, 124, 180, 0.2);
@@ -132,4 +138,4 @@
.cm-s-material-ocean .CodeMirror-matchingbracket {
text-decoration: underline;
color: white !important;
-} \ No newline at end of file
+}