Added dialog implementation

Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
jbicker
2019-07-08 11:58:59 +02:00
parent 4c66dec36e
commit 769689ff6d
9 changed files with 370 additions and 24 deletions

View File

@@ -96,4 +96,16 @@
display: flex;
align-items: center;
color: var(--theia-ui-font-color3);
}
div#select-board-dialog .selectBoardContainer .body {
display: flex;
}
div#select-board-dialog .selectBoardContainer .head {
margin-bottom: 10px;
}
div#select-board-dialog .selectBoardContainer .body .list .item.selected {
background: #aaaaaa;
}