Fix themes on textarea

This commit is contained in:
Maxime Poulin 2016-07-06 03:21:51 -04:00
parent 26bf948fdc
commit 44c31ed15c
No known key found for this signature in database
GPG key ID: CB63C36252F40D4B
3 changed files with 6 additions and 5 deletions

View file

@ -1227,6 +1227,7 @@ button {
background: white;
display: flex;
align-items: flex-end;
min-height: 37px;
}
#form #nick {

View file

@ -146,8 +146,8 @@ body {
}
#form .input {
background-color: #2e3642;
border-color: #242a33;
background-color: #2e3642 !important;
border-color: #242a33 !important;
color: #ccc;
}

View file

@ -173,9 +173,9 @@ body {
}
#form .input {
background-color: #434443;
border-color: #101010;
color: #dcdccc;
background-color: #434443 !important;
border-color: #101010 !important;
color: #dcdccc !important;
}
#form #nick {