Fix a bug preventing reconnection in drive

This commit is contained in:
yflory
2017-02-01 17:21:54 +01:00
parent 89da142204
commit 65054119cf
4 changed files with 30 additions and 15 deletions

View File

@@ -3,6 +3,7 @@
@tree-lines-col: #888;
@content-bg: @tree-bg;
@content-bg-ro: darken(@content-bg, 10%);
@content-fg: @tree-fg;
@info-box-bg: #ddddff;
@info-box-border: #bbb;
@@ -219,6 +220,9 @@ span {
flex: 1;
display: flex;
flex-flow: column;
&.readonly {
background: @content-bg-ro;
}
h1 {
padding-left: 10px;
margin-top: 10px;