assignment-terrible-editor/app/codemirror/addon/search/matchesonscrollbar.css

9 lines
188 B
CSS
Raw Normal View History

2018-07-20 14:24:59 +08:00
.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;
}