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
+10
View File
@@ -197,6 +197,16 @@ a:link, a:visited {
pointer-events: none;
}
.dropdown {
color:white;
background-color:black;
}
.text-input {
color:white;
background-color:black;
}
/* Notification icon (for create program right now only) */
#create-program-tab {
position:relative;