Merge pull request #601 from thelounge/astorije/600-fix-small-fonts
Fix small input text on Morning and Zenburn
This commit is contained in:
commit
3b84e29e44
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user