Skip to content

Commit

Permalink
FIXED: file transfer status was set to 'done' too early, even though …
Browse files Browse the repository at this point in the history
…transfer was not finished

UPDATED: apply a light dropshadow for non active sideview
ADDED: logs to track down exit status bug
  • Loading branch information
warpdesign committed Jun 7, 2019
1 parent 534587e commit 2f6c855
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ button.small:hover{
content: "";
}

#root .sideview:before{
box-shadow: 0 0 2px 2px inset rgb(231, 236, 239);
}

.bp3-dark #root .sideview:before{
box-shadow: 0 0 2px 2px inset rgb(66, 84, 97);
}

#root .sideview.active:before{
box-shadow: 0 0 0px 2px inset rgba(19, 124, 189, 0.8);
z-index:2;
Expand Down

0 comments on commit 2f6c855

Please sign in to comment.