mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Move reordering of websites onto dashboard
This commit is contained in:
parent
765add71a9
commit
137ff97c07
6 changed files with 118 additions and 15 deletions
|
|
@ -9,3 +9,12 @@
|
|||
border-bottom: 0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.websiteDragActive {
|
||||
opacity: 0.6;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
.websiteDragActive:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue