rename .start to .ace_start for selection markers

This commit is contained in:
DanyaPostfactum 2012-10-01 18:43:59 +10:00
commit fe5aa98fc5
25 changed files with 27 additions and 27 deletions

View file

@ -94,7 +94,7 @@
.ace-github .ace_marker-layer .ace_selection {
background: rgb(181, 213, 255);
}
.ace-github.ace_multiselect .ace_selection.start {
.ace-github.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px white;
border-radius: 2px;
}