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

com.alkacon.acacia.client.css.attributeChoice.css Maven / Gradle / Ivy

Go to download

A GWT based resource editor. This component is used as a part of OpenCms, an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.

There is a newer version: 2.1
Show newest version
div.attributeChoice{
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 1px;
	margin: -2px -2px 0 -2px;
	display: inline-block;
	position: relative;
}

div.hovering.attributeChoice{
	border-color: #7788AA;
	background: white;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

div.hovering.displayAbove.attributeChoice{
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.submenu {
	border-radius: 4px;
	border: 1px solid #7788AA !important; 
	z-index: 999999;
}

@sprite span.buttonIcon{
	gwt-image: "gwtImages.icons.addIconDeactivated";
	display: block;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
@sprite .hovering span.buttonIcon{
	gwt-image: "gwtImages.icons.addIconActive";
}

div.frame{
	display: none;
	border: 1px solid #7788AA;
	border-radius: 4px;
	border-top-right-radius: 0px;
	padding: 0px;
	position: absolute;
	top: 21px;
	right: -1px;
	background: white;
	z-index: 10;
	box-shadow: 2px 2px 2px #666666;
}

.displayAbove div.frame{
	border-bottom-right-radius: 0px;
	border-top-right-radius: 4px;
	top:auto;
	bottom: 21px;
	box-shadow: 4px 0 2px -2px #666666;
}

.frame .bridge{
	position: absolute;
	width:22px;
	height:3px;
	top:-1px;
	right:0px;
	background: white;
}

.displayAbove .frame .bridge{
	top: auto;
	bottom: -1px;
}
.hovering div.frame{
	display:block;
}
div.choices {
	background: white;
}
div.choice{
	padding: 0 6px;
	margin: 3px;
	border: 1px solid #7788AA;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 3px;
	font-size: 12px;
	line-height: 18px;
	color: #7788AA;
	background-color: #EEEEEE;
	max-width: 200px;
	cursor: pointer;
}


/** Browser specific styles. */
@if user.agent gecko1_8 gecko{
	/** firefox **/
	div.choice{
		background-image: literal("-moz-linear-gradient(")value("form.PARENT_GRADIENT") literal(")");
	}
} @elif user.agent safari {
	/** chrome, safari etc. **/
	div.choice{
		background-image: literal("-webkit-linear-gradient(")value("form.PARENT_GRADIENT") literal(")");
	}
} @elif user.agent opera {
	/** opera */
	div.choice{
		background-image: literal("-o-linear-gradient(")value("form.PARENT_GRADIENT") literal(")");
	}
} @elif user.agent ie9 {
	/** ie9 */
	div.choice{
		background-image: value("form.PARENT_GRADIENT_IE9");
	}
}

div.choice:hover{
	color: #445577;
	border-color: #445577;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy