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

@ -37,7 +37,7 @@
background: rgba(170, 0, 255, 0.45)
}
.ace-kr-theme.ace_multiselect .ace_selection.start {
.ace-kr-theme.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px #0B0A09;
border-radius: 2px
}