mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
feat(admin): add route reordering with up/down buttons
This commit is contained in:
parent
ac8b4a77b8
commit
7ee1e5899f
4 changed files with 54 additions and 3 deletions
|
|
@ -387,6 +387,17 @@ main {
|
|||
background: var(--accent-dim);
|
||||
}
|
||||
|
||||
.icon-btn:disabled {
|
||||
opacity: 0.35;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.icon-btn:disabled:hover {
|
||||
color: var(--muted);
|
||||
border-color: var(--border);
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.icon-btn.danger:hover {
|
||||
color: var(--bad);
|
||||
border-color: var(--bad);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue