Skip to content

Commit 8bcef66

Browse files
committed
add activity icon backgrounds for admin_suspend, admin_unsuspend, admin_renew_now
1 parent 2ecdc77 commit 8bcef66

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

public/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,6 +1681,9 @@ tbody tr:hover {
16811681
.activity-icon-email_changed { background: rgba(59,130,246,0.15); color: #3b82f6; }
16821682
.activity-icon-account_deleted { background: rgba(239,68,68,0.15); color: var(--accent-red); }
16831683
.activity-icon-api_key_updated { background: rgba(236,201,75,0.15); color: #ecc94b; }
1684+
.activity-icon-admin_suspend { background: rgba(245,158,11,0.15); color: var(--accent-orange); }
1685+
.activity-icon-admin_unsuspend { background: rgba(16,185,129,0.15); color: var(--accent-green); }
1686+
.activity-icon-admin_renew_now { background: rgba(6,182,212,0.15); color: var(--accent-cyan); }
16841687

16851688
.activity-content {
16861689
flex: 1;

0 commit comments

Comments
 (0)