From 34548195226a06c4ba98dc272e32198aefbd3eb6 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Tue, 21 Jun 2016 21:47:11 +0800 Subject: Update to annotate scrollbar position of revision mark text --- public/css/index.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'public/css') 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; -- cgit v1.2.3