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 .header .topic,
|
||||||
|
#windows #form .input,
|
||||||
.messages .msg,
|
.messages .msg,
|
||||||
.sidebar {
|
.sidebar {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
@ -148,7 +149,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#windows #form .input {
|
#windows #form .input {
|
||||||
font-family: inherit;
|
|
||||||
background-color: #2e3642 !important;
|
background-color: #2e3642 !important;
|
||||||
border-color: #242a33 !important;
|
border-color: #242a33 !important;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
@ -31,6 +31,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#windows .header .topic,
|
#windows .header .topic,
|
||||||
|
#windows #form .input,
|
||||||
.messages .msg,
|
.messages .msg,
|
||||||
.sidebar {
|
.sidebar {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
@ -175,7 +176,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#windows #form .input {
|
#windows #form .input {
|
||||||
font-family: inherit;
|
|
||||||
background-color: #434443 !important;
|
background-color: #434443 !important;
|
||||||
border-color: #101010 !important;
|
border-color: #101010 !important;
|
||||||
color: #dcdccc !important;
|
color: #dcdccc !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user