Files
mindoc/static/editor.md/lib/codemirror/addon/search/matchesonscrollbar.css
2017-04-26 18:17:38 +08:00

9 lines
188 B
Go

.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;
}