diff options
author | r <r@freesoftwareextremist.com> | 2021-01-16 18:30:23 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2021-01-16 18:30:23 +0000 |
commit | e8bfd3093b0bf16c2ce56b3905ea640aa26d0127 (patch) | |
tree | 1402c576b09ffa5f916a9e4684c9bfd3150447d4 /static | |
parent | 3f776ee8c88b7af93f54f9f0869ca13ffa14aeea (diff) | |
download | bloat-e8bfd3093b0bf16c2ce56b3905ea640aa26d0127.tar.gz bloat-e8bfd3093b0bf16c2ce56b3905ea640aa26d0127.zip |
Fix unread notification indicator
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index c313c80..5002fd6 100644 --- a/static/style.css +++ b/static/style.css @@ -4,8 +4,7 @@ border-left: 4px solid transparent; } -.status-container-container:target, -.status-container-container.unread { +.status-container-container:target { border-color: #777777; } @@ -179,6 +178,10 @@ border-left: 4px solid transparent; } +.notification-container.unread { + border-color: #777777; +} + .notification-container.favourite .status-container, .notification-container.reblog .status-container { opacity: 0.6; |