summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-06-21 21:47:11 +0800
committerCheng-Han, Wu2016-06-21 21:47:11 +0800
commit34548195226a06c4ba98dc272e32198aefbd3eb6 (patch)
tree645fa6578553f3d727da9be348204527a1183e2d /public/css
parentf1db5c96f34eec71873a926db5f94f270dd18f8d (diff)
Update to annotate scrollbar position of revision mark text
Diffstat (limited to 'public/css')
-rw-r--r--public/css/index.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css
index 5cb33089..27834c8f 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -95,6 +95,20 @@ body {
.CodeMirror-sizer {
margin-bottom: 0px !important;
}
+.CodeMirror-insert-match {
+ background: lawngreen;
+ border: 1px solid limegreen;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ opacity: .5;
+}
+.CodeMirror-delete-match {
+ background: indianred;
+ border: 1px solid darkred;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ opacity: .5;
+}
.ui-content {
height: 100%;
margin-left: 0;