SP/web2py/applications/admin/static/codemirror/addon/search/matchesonscrollbar.css
Saturneic 064f602b1a Add.
2018-10-25 23:33:13 +08:00

9 lines
188 B
CSS

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