From ab4ae79efcb6312400a7eabceec7de6495b432b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 12 Mar 2016 19:34:26 -0500 Subject: [PATCH] Fix Send button style on Zenburn and Morning themes --- client/themes/morning.css | 6 ++++-- client/themes/zenburn.css | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/client/themes/morning.css b/client/themes/morning.css index 00f69a79..27e01d65 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -127,9 +127,12 @@ QUIT #d0907d color: #ccc; } +#form #submit:hover { + opacity: 1; +} + /* Buttons */ #chat .show-more-button, -#form #submit, #windows .header .button { background: #2e3642; border-color: #242a33; @@ -137,7 +140,6 @@ QUIT #d0907d } #chat .show-more-button:hover, -#form #submit:hover, #windows .header .button:hover { color: #fff; } diff --git a/client/themes/zenburn.css b/client/themes/zenburn.css index a7837fe9..6d9abac3 100644 --- a/client/themes/zenburn.css +++ b/client/themes/zenburn.css @@ -157,9 +157,12 @@ body { color: #dcdccc; } +#form #submit:hover { + opacity: 1; +} + /* Buttons */ #chat .show-more-button, -#form #submit, #windows .header .button { background: #434443; border-color: #101010; @@ -167,7 +170,6 @@ body { } #chat .show-more-button:hover, -#form #submit:hover, #windows .header .button:hover { color: #fff; }