Skip to content
Snippets Groups Projects
Commit 95ff30a7 authored by Ivan Procaccini's avatar Ivan Procaccini
Browse files

Style: Use move cursor on the handle

parent df665b87
No related branches found
No related tags found
No related merge requests found
......@@ -18,17 +18,17 @@ html, body, h1, h2, h3, h4, h5 {
}
.w3-dropdown-content {
right:0;
margin-top:1px;
right: 0;
margin-top: 1px;
}
.w3-sidebar {
z-index:3;
display:none;
z-index: 3;
display: none;
}
.sidebar-title {
vertical-align:middle;
vertical-align: middle;
}
.w3-overlay {
......@@ -37,6 +37,14 @@ html, body, h1, h2, h3, h4, h5 {
/* Sortable */
.ghost {
opacity: .5;
background: #C8EBFB;
opacity: .5;
background: #C8EBFB;
}
.sort-list-handle {
cursor: move;
}
.sort-list-handle:active {
cursor: move;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment