summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/addon/search/matchesonscrollbar.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;