admin ui: make filter-error use theme error tokens
This commit is contained in:
@@ -259,10 +259,10 @@ input.w-90{width:90px;}
|
||||
.filter-error{
|
||||
margin-bottom:12px;
|
||||
padding:12px;
|
||||
border:1px solid #fecaca;
|
||||
background:#fef2f2;
|
||||
color:#991b1b;
|
||||
border-radius:8px;
|
||||
border:1px solid rgba(239, 68, 68, .25);
|
||||
background:var(--adm-error-bg, #fef2f2);
|
||||
color:var(--adm-error, #ef4444);
|
||||
border-radius:var(--adm-radius-sm, 10px);
|
||||
}
|
||||
|
||||
.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
|
||||
|
||||
Reference in New Issue
Block a user