styling dev menu

This commit is contained in:
Olivier Gagnon
2018-06-12 17:16:25 -04:00
parent d43aa68a67
commit a4ef94c0e0
2 changed files with 24 additions and 12 deletions
+12
View File
@@ -501,6 +501,18 @@
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;