(html,js) Reorder and filter calendars list

This commit is contained in:
Francis Lachapelle
2016-04-27 15:48:31 -04:00
parent 6cb513f30b
commit 2963654800
7 changed files with 136 additions and 22 deletions
@@ -76,7 +76,7 @@ md-list-item {
}
// Remove padding of input fields in the sidenav for better transitions between read and edit mode of a folder
md-input-container {
md-input-container:not(.md-icon-left) {
margin: 0;
padding: 0;
.md-input {
@@ -231,12 +231,25 @@ div.md-tile-left {
}
}
&-sortable-chosen {
background-color: white;
}
&-sortable-ghost {
opacity: 0.5;
}
&-sortable-chosen {
background-color: white;
&-list-sortable {
._md-secondary-container > .md-menu {
.md-button {
display: none;
}
&:before {
@extend .material-icons;
content: "\e8fe";
cursor: move;
}
}
}
}