summaryrefslogtreecommitdiffstats
path: root/public/css/vendor/codemirror/addon/search/matchesonscrollbar.css
blob: 77932cc9081a3e0d3334afd2c609ddaa4e904480 (plain)
1
2
3
4
5
6
7
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;
}