Added moving item dialog, that can't actually be triggered

This commit is contained in:
Stefan Zermatten
2015-06-17 14:15:49 +02:00
parent 314ce85410
commit 248ab9bb6b
9 changed files with 145 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
html /deep/ .moveItemDialog paper-tabs::shadow #selectionBar {
background-color: #D50000;
}
html /deep/ .moveItemDialog paper-tab::shadow #ink {
color: #D50000;
}