All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wicketdnd.theme.web.theme.css Maven / Gradle / Ivy

The newest version!
body.dnd-NONE * {
	cursor: move !important;
}
body.dnd-MOVE * {
	cursor: move !important;
}
body.dnd-COPY * {
	cursor: move !important;
}
body.dnd-LINK * {
	cursor: move !important;
}

div.dnd-hover {
	position: absolute;
	padding-left: 18px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 100;
}
div.dnd-hover-cover {
	display: none;
}
body.dnd-MOVE div.dnd-hover {
	background: white url(move.gif) no-repeat 0px center;
	border: 1px solid #a1e898;
}
body.dnd-COPY div.dnd-hover {
	background: white url(copy.gif) no-repeat 0px center;
	border: 1px solid #8f8fd3;
}
body.dnd-LINK div.dnd-hover {
	background: white url(link.gif) no-repeat 0px center;
	border: 1px solid #a7a7a7;
}
body.dnd-NONE div.dnd-hover {
	background: white url(none.gif) no-repeat 0px center;
	border: 1px solid #f68f8f;
}
table.dnd-hover-table {
	border-spacing: 0px;
	border-collapse: collapse;
}

.dnd-clone {
	margin: 0px !important;
	display: block;
}

.dnd-drop-target {
	position: relative;
}

.dnd-theme-web .dnd-drag {
	background-color: #cccccc !important;
}

.dnd-theme-web .dnd-drop-center {
	background-color: #cccccc !important;
}
.dnd-theme-web .dnd-drop-top {
	position: absolute;
	background: #000000;
	height: 2px;
	overflow: hidden;
	z-index: 1000;
}
.dnd-theme-web .dnd-drop-bottom {
	position: absolute;
	background: #000000;
	height: 2px;
	overflow: hidden;
	z-index: 1000;
}
.dnd-theme-web .dnd-drop-left {
	position: absolute;
	background: #000000;
	width: 2px;
	overflow: hidden;
	z-index: 1000;
}
.dnd-theme-web .dnd-drop-right {
	position: absolute;
	background: #000000;
	width: 2px;
	overflow: hidden;
	z-index: 1000;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy