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

@ -39,7 +39,7 @@
background: %selection%;
}
.%cssClass%.ace_multiselect .ace_selection.start {
.%cssClass%.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px %background%;
border-radius: 2px;
}