Files
sidata/public/AdminLTE-3.2.0/plugins/codemirror/addon/search/matchesonscrollbar.css
T
2022-07-07 16:29:51 +07:00

9 lines
188 B
CSS
Vendored

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