Added library UI for selecting a library item

This commit is contained in:
Stefan Zermatten
2017-04-21 15:10:33 +02:00
parent 7b6c59fa6c
commit a459610c09
7 changed files with 143 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
.item-library-dialog .item.selected {
background-color: #e4e4e4;
}
.item-library-dialog .paper-font-subhead {
color: rgba(0,0,0,0.54);
}