summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorWu Cheng-Han2016-11-28 01:20:23 +0800
committerWu Cheng-Han2016-11-28 01:20:23 +0800
commit3a305b8258782797b328f2ce46e8bb74e9603594 (patch)
tree0385241ed28f03030985da63a0cafb0438cd3ed5 /public/css/index.css
parentbd3d4958e43a8437e45113354059cf41dacda995 (diff)
Update editor other cursor classes and adding option for other cursors features in CodeMirror
Diffstat (limited to 'public/css/index.css')
-rw-r--r--public/css/index.css13
1 files changed, 2 insertions, 11 deletions
diff --git a/public/css/index.css b/public/css/index.css
index d586128e..b8779774 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -241,16 +241,7 @@ body {
.dropdown-menu > li > a {
cursor: pointer;
}
-.other-cursors {
- position:relative;
- z-index:3;
-}
-.other-cursor {
- width: 0px;
- position: absolute;
- border-right: none;
-}
-.dropdown-menu.other-cursor {
+.dropdown-menu.CodeMirror-other-cursor {
transition: none;
}
.cursortag {
@@ -288,7 +279,7 @@ div[contenteditable]:empty:not(:focus):before{
.dropdown-menu .emoji {
margin-bottom: 0 !important;
}
-.dropdown-menu.other-cursor {
+.dropdown-menu.CodeMirror-other-cursor {
max-height: 50vh;
width: auto !important;
overflow: auto;