Skip to content
Snippets Groups Projects
Commit 6a7ded74 authored by llaffont's avatar llaffont
Browse files

Amélioration visibilité glisser-déposer des boîtes

parent 19e12254
Branches
Tags
No related merge requests found
......@@ -852,4 +852,21 @@ dl.session_formation + .actions a:last-child {
.lieu img {
float: right;
}
div.ui-sortable-placeholder {
visibility: visible !important;
background-color: rgba(100, 100, 255, 0.3);
min-height: 100px;
width: 98%;
margin: 5px auto;
border: 5px dashed rgba(100, 100, 255, 0.8);
}
.ui-sortable-helper {
box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
max-width: 200px;
max-height: 200px;
cursor: move;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment