Added batch process and test
This commit is contained in:
@@ -150,6 +150,8 @@ tr:hover td { background: rgba(255,255,255,0.02); }
|
||||
}
|
||||
.btn-primary { background: var(--accent); color: #fff; }
|
||||
.btn-primary:hover { background: var(--accent-hover); }
|
||||
.btn-secondary { background: transparent; color: var(--accent); border: 1px solid var(--accent); }
|
||||
.btn-secondary:hover { background: rgba(99,102,241,0.1); }
|
||||
.btn-disabled { background: var(--border); color: var(--muted); cursor: not-allowed; }
|
||||
|
||||
/* Forms */
|
||||
|
||||
Reference in New Issue
Block a user