diff options
author | Wu Cheng-Han | 2015-09-24 13:57:10 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2015-09-24 13:57:10 +0800 |
commit | 6e40df288786f03b634ceae0d03c3b5b3ad43660 (patch) | |
tree | 31f8af6b96818b8e6ceadf53e1f8d1b59afafc96 /public/vendor/codemirror/addon/search | |
parent | 33cdec2fd4c124e181356be81a756aa6824c4ec2 (diff) |
Updated codemirror to support panel and match-highlighter and revert some unnecessary changes
Diffstat (limited to 'public/vendor/codemirror/addon/search')
-rwxr-xr-x | public/vendor/codemirror/addon/search/matchesonscrollbar.css | 3 |
1 files changed, 1 insertions, 2 deletions
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; |