From b69524419e1bd3aeea7bf0ee20a8c49226634ed4 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sun, 6 Mar 2016 09:00:21 -0800 Subject: [PATCH] Style expand-result --- stages/8/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/stages/8/style.css b/stages/8/style.css index 8ee7f3b..8ddef8d 100644 --- a/stages/8/style.css +++ b/stages/8/style.css @@ -89,3 +89,18 @@ h1 { button:focus, input:focus { outline: none; } + +.expand-result { + padding: 4px 8px; + font-size: 16px; + color: white; + border: 1px solid #ccc; + background-color: rgb(96, 181, 204); + margin-left: 12px; + cursor: pointer; +} + +.expand-result:hover { + color: rgb(96, 181, 204); + background-color: white; +}