From 4ca1358758e577086e65e9c73a4e3cfb2d039f3f Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 5 Sep 2024 15:35:20 -0500 Subject: [PATCH] push forgotten CSS --- webpage/style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/webpage/style.css b/webpage/style.css index 3469664..02f3f6d 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -2107,20 +2107,27 @@ form div{ } .messageButtons{ - height:.24in; + height:.26in; position:absolute; - top:-.075in; + top:-.13in; right:4px; background:var(--settings-hover); padding:.02in; + border-radius:.03in; div{ span{ display:block; width:.175in; height:.175in; } - padding:.0in; + border-radius:.02in; + padding:.03in; margin:.02in; box-sizing:border-box; + cursor:pointer; + background:var(--primary-bg) + } + div:hover{ + background:var(--message-bg-hover); } }