From 6e40df288786f03b634ceae0d03c3b5b3ad43660 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Thu, 24 Sep 2015 13:57:10 +0800 Subject: Updated codemirror to support panel and match-highlighter and revert some unnecessary changes --- public/vendor/codemirror/addon/search/matchesonscrollbar.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'public/vendor/codemirror/addon/search/matchesonscrollbar.css') diff --git a/public/vendor/codemirror/addon/search/matchesonscrollbar.css b/public/vendor/codemirror/addon/search/matchesonscrollbar.css index 77932cc9..0ae36342 100755 --- a/public/vendor/codemirror/addon/search/matchesonscrollbar.css +++ b/public/vendor/codemirror/addon/search/matchesonscrollbar.css @@ -1,7 +1,6 @@ .CodeMirror-search-match { background: gold; - border-top: 1px solid orange; - border-bottom: 1px solid orange; + border: 1px solid orange; -moz-box-sizing: border-box; box-sizing: border-box; opacity: .5; -- cgit v1.2.3