diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-06-10 07:18:13 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-06-10 07:20:40 -0300 |
| commit | b5cfd785360ced74970b06c9c1e6436bf7281b72 (patch) | |
| tree | 6fbff6e9930d852aad80247e180af274ec76b897 /src/static/css/features.css | |
| parent | 9c946df709fbeca15bc6e76435cbe30269a2bd3a (diff) | |
client, content, css: group contributions filter notice & clear link
Diffstat (limited to 'src/static/css/features.css')
| -rw-r--r-- | src/static/css/features.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index f0bd1425..90c297e6 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -1301,6 +1301,11 @@ background: var(--primary-color); } } + + .group-contributions-table ~ .filter-notice a { + text-decoration: underline; + text-decoration-style: dotted; + } } /* Image and media containers */ |