github.com/jancarloviray/community@v0.41.1-0.20170124221257-33a66c87cf2f/app/public/codemirror/addon/search/matchesonscrollbar.css (about)

     1  .CodeMirror-search-match {
     2    background: gold;
     3    border-top: 1px solid orange;
     4    border-bottom: 1px solid orange;
     5    -moz-box-sizing: border-box;
     6    box-sizing: border-box;
     7    opacity: .5;
     8  }