Reduce startup animation

This commit is contained in:
RainLoop Team 2015-01-19 00:29:11 +04:00
parent db942d4970
commit f8512b01b9
4 changed files with 9 additions and 3 deletions

View file

@ -215,8 +215,9 @@ html.rl-left-panel-disabled {
border-bottom-color: rgba(0,0,0,0.3);
}
.ui-resizable-handle {
/*background: red;*/
.ui-resizable-handle:hover {
background: #aaa;
background: rgba(255,255,255,0.5);
}
html.rl-no-preview-pane {