Update part13/ElmHubCss

This commit is contained in:
Richard Feldman
2016-09-07 07:38:19 -05:00
parent d4899a4405
commit 9d85e8f35a

View File

@@ -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);
-- }