diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-03 00:53:35 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-03 00:53:35 +0200 |
| commit | 751261c2ffdc90e93869192555ae0d5e4070ff79 (patch) | |
| tree | 5023240ca3a10653fe560a259d0e46e6c6a7240f /public/stylesheets | |
| parent | f2f2b31832ec320889f2178e7e08838723961a14 (diff) | |
Display stale accounts in users#index
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/admin.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 82d1d381..97df120a 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -930,6 +930,15 @@ table.revisions_table tr:hover { | |||
| 930 | color: var(--accent); | 930 | color: var(--accent); |
| 931 | } | 931 | } |
| 932 | 932 | ||
| 933 | .user_table .user_login .stale_flag_amber svg { | ||
| 934 | color: var(--accent); | ||
| 935 | } | ||
| 936 | |||
| 937 | .user_table .user_login .stale_flag_red svg, | ||
| 938 | .user_table .user_login .stale_flag_never svg { | ||
| 939 | color: var(--danger); | ||
| 940 | } | ||
| 941 | |||
| 933 | .user_group_heading { | 942 | .user_group_heading { |
| 934 | margin-top: 1.5rem; | 943 | margin-top: 1.5rem; |
| 935 | } | 944 | } |
