diff --git a/ghost/admin/app/styles/layouts/users.css b/ghost/admin/app/styles/layouts/users.css index 5f62a3cc63..c14ea93aff 100644 --- a/ghost/admin/app/styles/layouts/users.css +++ b/ghost/admin/app/styles/layouts/users.css @@ -134,13 +134,11 @@ .gh-badge.suspended { font-size: 13px; margin-left: 16px; - margin-top: 5px; - border: color-mod(var(--red) blackness(+8%)) 1px solid; - background: linear-gradient( - color-mod(var(--red) whiteness(+10%)), - color-mod(var(--red) blackness(+4%)) - ); - color: var(--white); + margin-top: 1px; + padding: 6px 8px; + border: color-mod(var(--midlightgrey) l(+10%)) 1px solid; + background: transparent; + color: var(--midgrey); } diff --git a/ghost/admin/app/templates/components/gh-user-list-item.hbs b/ghost/admin/app/templates/components/gh-user-list-item.hbs index 9c56ad6f88..9e69fb2145 100644 --- a/ghost/admin/app/templates/components/gh-user-list-item.hbs +++ b/ghost/admin/app/templates/components/gh-user-list-item.hbs @@ -12,14 +12,18 @@
- {{#if user.isLocked}} - Locked + {{#if user.isSuspended}} + Suspended + {{else}} + {{#if user.isLocked}} + Locked + {{/if}} + {{#unless this.session.user.isAuthorOrContributor}} + {{#each user.roles as |role|}} + {{role.name}} + {{/each}} + {{/unless}} {{/if}} - {{#unless this.session.user.isAuthorOrContributor}} - {{#each user.roles as |role|}} - {{role.name}} - {{/each}} - {{/unless}} {{svg-jar "arrow-right"}}