wicketdnd.theme.human.theme.css Maven / Gradle / Ivy
The newest version!
body.dnd-NONE * {
cursor: url(none.gif), move !important;
}
body.dnd-MOVE * {
cursor: url(move.gif), move !important;
}
body.dnd-COPY * {
cursor: url(copy.gif), move !important;
}
body.dnd-LINK * {
cursor: url(link.gif), move !important;
}
div.dnd-hover {
position: absolute;
background: white;
border: 1px solid black;
z-index: 100;
}
div.dnd-hover-cover {
display: none;
}
table.dnd-hover-table {
border-spacing: 0px;
border-collapse: collapse;
}
.dnd-clone {
margin: 0px !important;
display: block;
}
.dnd-drop-target {
position: relative;
}
.dnd-theme-human .dnd-drag {
background-color: #fccb7f !important;
}
.dnd-theme-human .dnd-drop-center {
background-color: #fccb7f !important;
}
.dnd-theme-human .dnd-drop-top {
position: absolute;
background: #000000;
height: 2px;
overflow: hidden;
z-index: 1000;
}
.dnd-theme-human .dnd-drop-bottom {
position: absolute;
background: #000000;
height: 2px;
overflow: hidden;
z-index: 1000;
}
.dnd-theme-human .dnd-drop-left {
position: absolute;
background: #000000;
width: 2px;
overflow: hidden;
z-index: 1000;
}
.dnd-theme-human .dnd-drop-right {
position: absolute;
background: #000000;
width: 2px;
overflow: hidden;
z-index: 1000;
}