Fix themes for new textarea

Fixes #530
This commit is contained in:
Maxime Poulin 2016-07-31 17:50:42 -04:00
parent a7fe19deca
commit 4336699b49
3 changed files with 3 additions and 3 deletions

View file

@ -121,7 +121,7 @@ a:hover,
font: bold 12px Inconsolata-g, monospace;
}
#form .input {
#windows #form .input {
font: 12px Inconsolata-g, monospace;
}

View file

@ -31,7 +31,7 @@ body {
#main #chat,
#main #form,
#form .input,
#windows #form .input,
#chat,
#windows .header {
font-family: "Open Sans", sans-serif !important;

View file

@ -32,7 +32,7 @@ body {
#main #chat,
#main #form,
#form .input,
#windows #form .input,
#chat,
#windows .header {
font-family: "Open Sans", sans-serif !important;