styling text inputs

This commit is contained in:
Olivier Gagnon
2019-03-21 23:57:54 -04:00
committed by danielyxie
parent 5b7743967e
commit 8514104560
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -62,6 +62,9 @@ a:visited {
.text-input {
color: #fff;
background-color: #000;
border-style: solid;
border-width: 1px;
border-color: white;
}
/* Notification icon (for create program right now only) */