mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 14:01:52 +00:00
Improve track changes css
This commit is contained in:
parent
05443b85da
commit
451ff14e65
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
.ace_active-line, .ace_cursor-layer {
|
||||
.ace_active-line, .ace_cursor-layer, .ace_gutter-active-line {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@ -126,6 +126,9 @@
|
|||
background-color: #eaeaea;
|
||||
}
|
||||
}
|
||||
li.loading-changes, li.empty-message {
|
||||
padding: 6px;
|
||||
}
|
||||
li.selected {
|
||||
background-color: #eaeaea;
|
||||
.change-selectors {
|
||||
|
|
Loading…
Reference in a new issue