From: Art Cancro Date: Fri, 23 Sep 2022 19:34:25 +0000 (-0400) Subject: Changed the sidebar button style AGAIN. It looks more current-year now. I like... X-Git-Tag: v959~37 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=9ba06f78d5bdee43595944519e3983d9e65af5a2;p=citadel.git Changed the sidebar button style AGAIN. It looks more current-year now. I like the old style beveled buttons but that look is dated. --- diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 3155e7c68..2345e7d34 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -101,21 +101,20 @@ html,body,h1,h2,h3,h4,h5 { width: 100%; padding: 10px; text-align: left; - border-color: GhostWhite; - background-color: Gainsboro; - color: #000000; + border: 1px solid GhostWhite; + background-color: GhostWhite; + color: Black; font-size: 1vw; + border-radius: 5px; } .ctdl-sidebar-button:hover { - background-color: Blue; - color: White; + border-color: Blue; } .ctdl-sidebar-button-selected { font-weight: bold; - color: White; - background-color: SlateGrey; + background-color: Gainsboro; } .ctdl-grid-banner-item button {