From e735fb800abfdbc81a513cd8e7c241e0a779a2e8 Mon Sep 17 00:00:00 2001 From: David Jay Date: Thu, 23 Feb 2017 17:02:35 -0500 Subject: [PATCH] Updating button and signin style. --- client/coral-embed-stream/style/default.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 9d6723082..a4bec2400 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -17,17 +17,16 @@ body { } button { - padding: 5px 10px; margin: 5px 10px 5px 0px; background: none; + padding: 0px; border: none; font-size: inherit; } button:hover { border-radius: 2px; - color: #FFF; - background-color: rgb(155, 155, 155); + color: #767676; } button i { @@ -66,6 +65,10 @@ hr { color: #FFF; } +#coralSignInButton:hover { + background-color: #767676; +} + /* Info Box Styles */ .coral-plugin-infobox-info { top: 0;