unify dropdown and text input accross the app

This commit is contained in:
Olivier Gagnon
2018-06-13 16:12:46 -04:00
parent ec862ec747
commit 83aeb50605
5 changed files with 28 additions and 35 deletions
-12
View File
@@ -501,18 +501,6 @@
width: 50%;
}
.dev-text-input {
color: var(--my-font-color);
border: 1px solid white;
background-color:black;
}
.dev-dropdown-input {
color: var(--my-font-color);
border: 1px solid white;
background-color:black;
}
/* Location */
#location-container {
position: fixed;