diff options
Diffstat (limited to 'public')
| -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 | } |
