Merge pull request #536 from thelounge/PR/fix-I530

Fix font size in themes for new textarea
This commit is contained in:
Jérémie Astori 2016-08-01 23:47:45 -04:00 committed by GitHub
commit 2e0381ba90
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;