You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

matchesonscrollbar.css 188B

2 years ago
12345678
  1. .CodeMirror-search-match {
  2. background: gold;
  3. border-top: 1px solid orange;
  4. border-bottom: 1px solid orange;
  5. -moz-box-sizing: border-box;
  6. box-sizing: border-box;
  7. opacity: .5;
  8. }