mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue