diff options
| author | winter | 2025-01-16 20:21:42 +0000 |
|---|---|---|
| committer | winter | 2025-01-16 20:21:42 +0000 |
| commit | b1d6fbc4d740324d96d7fe2677fb15b9b59d20ea (patch) | |
| tree | ae2c996cc6a42b3a42437a7ec8812cd184644817 /static/misc.css | |
| parent | 8de5608976dc8a73a400267601acb4c8e127de5a (diff) | |
follow requests
Diffstat (limited to 'static/misc.css')
| -rw-r--r-- | static/misc.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/misc.css b/static/misc.css index 3281def..9a5c198 100644 --- a/static/misc.css +++ b/static/misc.css @@ -59,6 +59,18 @@ span.inlineIcon { user-select: none; } +span.unreadIndicator { + background: #3b005e; + color: #fff; + width: 24px; + height: 24px; + border-radius: 12px; + display: inline-flex; + align-items: center; + justify-content: center; + font-weight: bold; +} + [hidden] { display: none; } |
