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.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/vendor/codemirror/addon/search/matchesonscrollbar.css b/public/vendor/codemirror/addon/search/matchesonscrollbar.css
new file mode 100755
index 00000000..77932cc9
--- /dev/null
+++ b/public/vendor/codemirror/addon/search/matchesonscrollbar.css
@@ -0,0 +1,8 @@
+.CodeMirror-search-match {
+ background: gold;
+ border-top: 1px solid orange;
+ border-bottom: 1px solid orange;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ opacity: .5;
+}