Skip to content

Commit

Permalink
.sort-handle cursor: grab;
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriaWei committed Nov 19, 2024
1 parent 2b5da0a commit 51728e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/ZKEACMS.WebHost/wwwroot/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,13 @@ a.badge:hover {
}

.sort-handle {
cursor: n-resize;
cursor: grab;
}

.sort-handle:active {
cursor: grabbing;
}

.panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
Expand Down
Loading

0 comments on commit 51728e3

Please sign in to comment.