summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/addon/search/matchesonscrollbar.css
blob: 0ae36342958306c7c6d66153d21759b08930cbcf (plain)
1
2
3
4
5
6
7
.CodeMirror-search-match {
  background: gold;
  border: 1px solid orange;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: .5;
}