rename .horscroll to .ace_scroll-left

This commit is contained in:
DanyaPostfactum 2012-10-01 17:47:15 +10:00
commit 7e81913058
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
right: 0;
}
.ace_scroller.horscroll {
.ace_scroller.ace_scroll-left {
box-shadow: 17px 0 16px -16px rgba(0, 0, 0, 0.4) inset;
}

View file

@ -686,7 +686,7 @@ var VirtualRenderer = function(container, theme) {
this.scrollLeft = scrollLeft;
this.session.setScrollLeft(scrollLeft);
this.scroller.className = this.scrollLeft == 0 ? "ace_scroller" : "ace_scroller horscroll";
this.scroller.className = this.scrollLeft == 0 ? "ace_scroller" : "ace_scroller ace_scroll-left";
}
// full