Added import feature.

This commit is contained in:
2018-11-11 15:12:26 -06:00
parent b1e4119565
commit 3cb7ee5324
16 changed files with 110 additions and 7 deletions

View File

@@ -19,6 +19,10 @@ button {
color: #000000;
}
#inputId {
display: none;
}
.selected {
background-color: #a3b83b;
box-shadow: 0px 5px 5px 5px #444444;