commitall
This commit is contained in:
8
account/theme/plugins/codemirror/addon/search/matchesonscrollbar.css
vendored
Normal file
8
account/theme/plugins/codemirror/addon/search/matchesonscrollbar.css
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user