From 687a5846b63b4df4abb6028d5b283007f00e224b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 12 Sep 2016 01:25:09 -0400 Subject: [PATCH] Fix small input text on Morning and Zenburn --- client/themes/morning.css | 2 +- client/themes/zenburn.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/themes/morning.css b/client/themes/morning.css index 7ec20035..bc0b76fb 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -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; diff --git a/client/themes/zenburn.css b/client/themes/zenburn.css index 5d77c6ca..88b5ce87 100644 --- a/client/themes/zenburn.css +++ b/client/themes/zenburn.css @@ -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;