summaryrefslogtreecommitdiffstats
path: root/public/css/vendor/codemirror/addon/search/matchesonscrollbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/vendor/codemirror/addon/search/matchesonscrollbar.css')
-rw-r--r--public/css/vendor/codemirror/addon/search/matchesonscrollbar.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/vendor/codemirror/addon/search/matchesonscrollbar.css b/public/css/vendor/codemirror/addon/search/matchesonscrollbar.css
new file mode 100644
index 0000000..77932cc
--- /dev/null
+++ b/public/css/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;
+}