From 9d85e8f35a93107570c9be0af752cd0ec3ac58e0 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Wed, 7 Sep 2016 07:38:19 -0500 Subject: [PATCH] Update part13/ElmHubCss --- part13/ElmHubCss.elm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/part13/ElmHubCss.elm b/part13/ElmHubCss.elm index 0bd0879..ad5ded6 100644 --- a/part13/ElmHubCss.elm +++ b/part13/ElmHubCss.elm @@ -15,13 +15,16 @@ css = -- -- .hide-result { -- background-color: transparent; - -- border: 0; -- font-weight: bold; -- font-size: 18px; -- margin-left: 18px; + -- border: 0px; -- cursor: pointer; -- } -- + -- + -- HINT: we use hover later on in the stylesheet... + -- -- .hide-result:hover { -- color: rgb(96, 181, 204); -- }