From 663dcb13a5b5085b58ebb10ee5f5eff4bb3d07ce Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sun, 30 Nov 2025 22:59:21 -0500 Subject: Show number of unread conversations in app badge --- ui/styles/forms.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ui/styles/forms.css') diff --git a/ui/styles/forms.css b/ui/styles/forms.css index f4d218f..19d31b7 100644 --- a/ui/styles/forms.css +++ b/ui/styles/forms.css @@ -26,3 +26,11 @@ form.form > button { .disabled { color: var(--light-text); } + +button { + cursor: pointer; +} +button:active { + border-color: red; + background-color: blue; +} -- cgit v1.2.3