Fix small input text on Morning and Zenburn

This commit is contained in:
Jérémie Astori 2016-09-12 01:25:09 -04:00
parent 99640e07d6
commit 687a5846b6
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;