mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-01 07:38:33 -04:00
Update to annotate scrollbar position of revision mark text
This commit is contained in:
parent
f1db5c96f3
commit
3454819522
2 changed files with 32 additions and 0 deletions
|
@ -95,6 +95,20 @@ body {
|
|||
.CodeMirror-sizer {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
.CodeMirror-insert-match {
|
||||
background: lawngreen;
|
||||
border: 1px solid limegreen;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
opacity: .5;
|
||||
}
|
||||
.CodeMirror-delete-match {
|
||||
background: indianred;
|
||||
border: 1px solid darkred;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
opacity: .5;
|
||||
}
|
||||
.ui-content {
|
||||
height: 100%;
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue