Merge pull request #601 from thelounge/astorije/600-fix-small-fonts

Fix small input text on Morning and Zenburn
This commit is contained in:
Maxime Poulin 2016-09-12 18:11:43 -04:00 committed by GitHub
commit 3b84e29e44
2 changed files with 2 additions and 2 deletions

View file

@ -30,6 +30,7 @@ body {
}
#windows .header .topic,
#windows #form .input,
.messages .msg,
.sidebar {
font-family: inherit;
@ -148,7 +149,6 @@ body {
}
#windows #form .input {
font-family: inherit;
background-color: #2e3642 !important;
border-color: #242a33 !important;
color: #ccc;

View file

@ -31,6 +31,7 @@ body {
}
#windows .header .topic,
#windows #form .input,
.messages .msg,
.sidebar {
font-family: inherit;
@ -175,7 +176,6 @@ body {
}
#windows #form .input {
font-family: inherit;
background-color: #434443 !important;
border-color: #101010 !important;
color: #dcdccc !important;