PR #166 fix animating shadow thing

This commit is contained in:
Peter Cottle 2014-03-17 11:18:15 -07:00
parent 046e619a48
commit 6bdbb09d5a
2 changed files with 3 additions and 2 deletions

View file

@ -923,7 +923,7 @@ var CanvasTerminalHolder = BaseView.extend({
this.$terminal.animate({
height: size.height,
opacity: 1
}, this.getAnimationTime(), function () {
}, this.getAnimationTime(), function() {
self.recalcLayout();
});
},

View file

@ -257,7 +257,7 @@ body.hgMode .visBackgroundColor {
div.canvasTerminalHolder > div.terminal-window-holder > div.wrapper {
height: 100%;
box-shadow: 0 0 30px rgb(0,0,0);
box-shadow: 0 0 12px rgb(0,0,0);
cursor: pointer;
border-radius: 0 0 5px 5px;
}
@ -294,6 +294,7 @@ div.canvasTerminalHolder > div.terminal-window-holder div.inside {
div.canvasTerminalHolder > div.terminal-window-holder {
max-width: 500px;
min-width: 500px;
overflow: visible !important;
}
/* Toolbar */