mirror of
https://github.com/documize/community.git
synced 2025-08-06 05:55:25 +02:00
moved emberjs to gui folder
This commit is contained in:
parent
6a18d18f91
commit
dc49dbbeff
999 changed files with 677 additions and 651 deletions
8
gui/public/codemirror/addon/search/matchesonscrollbar.css
vendored
Executable file
8
gui/public/codemirror/addon/search/matchesonscrollbar.css
vendored
Executable 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue