Improve track changes css

This commit is contained in:
James Allen 2014-03-12 17:13:38 +00:00
parent 05443b85da
commit 451ff14e65

View file

@ -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 {