From eb7e01e90073bdb52fc1e86bfe627520078bd7f9 Mon Sep 17 00:00:00 2001 From: Joshua Killen <45966243+joshua-killen@users.noreply.github.com> Date: Fri, 17 Apr 2020 15:20:17 +0100 Subject: [PATCH] Update about.css --- about/about_assets/about.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/about/about_assets/about.css b/about/about_assets/about.css index 6a144ad..4fa2203 100644 --- a/about/about_assets/about.css +++ b/about/about_assets/about.css @@ -2,6 +2,15 @@ article img { border: 4px solid #f2f2f2; } +summary { + list-style-image: none; + cursor: pointer; +} + +details[open] summary { + list-style-image: none; +} + .imgLeft { float: left; margin-right: 0.4em; @@ -27,7 +36,11 @@ article img { } #uniContent:after { - content: "+" + list-style-image: url(../../sitewide_assets/power_red.png); +} + +details[open] summary #uniContent:after { + list-style-image: url(../../sitewide_assets/power_green.png); } #siteContent {