From 4de1676dde8f33f72c551e21b90fada4fad35cc5 Mon Sep 17 00:00:00 2001 From: MarkEEaton Date: Wed, 2 Mar 2022 20:37:48 -0500 Subject: [PATCH] Clicking anywhere in div triggers study room widget --- groups/home/LibAnswers-2-js-css.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/groups/home/LibAnswers-2-js-css.html b/groups/home/LibAnswers-2-js-css.html index 853ebb5..23e8a3b 100644 --- a/groups/home/LibAnswers-2-js-css.html +++ b/groups/home/LibAnswers-2-js-css.html @@ -112,10 +112,12 @@ a.no-underline { text-decoration: none; } border: none; } -#eq_32886:hover, { background-color: #444; } +#eq_32886:hover { background-color: #444; } .nav-divs-by-jumbotron:hover > h2 > #eq_32886 { background-color: #444; } +#bookastudyroom { cursor: pointer; } + /* style the panels with the text content */ .panel>.show-panel { background-color: #003466; @@ -367,11 +369,11 @@ a.no-underline { text-decoration: none; } /* End of Yamm */ - +