From d380b343364e716cb0fb03b0f5ea12858a501797 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Mon, 11 Jul 2022 08:12:05 +0000 Subject: [PATCH] Make class invite dropdown button more obvious --- webclient/src/light.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webclient/src/light.css b/webclient/src/light.css index 2c96d2b..63e1c86 100644 --- a/webclient/src/light.css +++ b/webclient/src/light.css @@ -99,6 +99,12 @@ body { padding-top: 1rem; } +.ui.floating.dropdown.button.icon { + border-left: 1px; + border-left-color: #c0c1c2; + border-left-style: solid; +} + .attendance-row { margin-top: 1rem; }