start a dashboard folder

This commit is contained in:
Luke Pulverenti 2016-08-22 14:28:24 -04:00
parent bcd2bd0f52
commit c043164de5
26 changed files with 182 additions and 95 deletions

View file

@ -533,22 +533,6 @@ progress {
}
}
.nativeApp *:not(input):not(select):not(textarea) {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-moz-touch-callout: none;
-ms-touch-callout: none;
touch-callout: none;
-webkit-user-drag: none;
-moz-user-drag: none;
-ms-user-drag: none;
user-drag: none;
}
.syncActivityForTarget {
margin: 0 0 3em 0;
}