Merge pull request #536 from thelounge/PR/fix-I530
Fix font size in themes for new textarea
This commit is contained in:
commit
2e0381ba90
@ -121,7 +121,7 @@ a:hover,
|
||||
font: bold 12px Inconsolata-g, monospace;
|
||||
}
|
||||
|
||||
#form .input {
|
||||
#windows #form .input {
|
||||
font: 12px Inconsolata-g, monospace;
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@ body {
|
||||
|
||||
#main #chat,
|
||||
#main #form,
|
||||
#form .input,
|
||||
#windows #form .input,
|
||||
#chat,
|
||||
#windows .header {
|
||||
font-family: "Open Sans", sans-serif !important;
|
||||
|
@ -32,7 +32,7 @@ body {
|
||||
|
||||
#main #chat,
|
||||
#main #form,
|
||||
#form .input,
|
||||
#windows #form .input,
|
||||
#chat,
|
||||
#windows .header {
|
||||
font-family: "Open Sans", sans-serif !important;
|
||||
|
Loading…
Reference in New Issue
Block a user