summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/addon/search/matchesonscrollbar.css
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-24 13:57:10 +0800
committerWu Cheng-Han2015-09-24 13:57:10 +0800
commit6e40df288786f03b634ceae0d03c3b5b3ad43660 (patch)
tree31f8af6b96818b8e6ceadf53e1f8d1b59afafc96 /public/vendor/codemirror/addon/search/matchesonscrollbar.css
parent33cdec2fd4c124e181356be81a756aa6824c4ec2 (diff)
Updated codemirror to support panel and match-highlighter and revert some unnecessary changes
Diffstat (limited to 'public/vendor/codemirror/addon/search/matchesonscrollbar.css')
-rwxr-xr-xpublic/vendor/codemirror/addon/search/matchesonscrollbar.css3
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;