Files
dev.ttsby.com/plugins/codemirror/5.37.0/addon/search/matchesonscrollbar.css
2023-04-17 11:06:08 +09:00

9 lines
196 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;
}