org.opencms.acacia.client.ui.CmsInlineEditOverlay.ui.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opencms-gwt Show documentation
Show all versions of opencms-gwt Show documentation
OpenCms is 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.
div.overlay{
position: absolute;
background: #000000;
opacity: 0.4;
}
div.buttonParent{
position: absolute;
}
div.borderHorizontal{
position: absolute;
height: 3px;
background-color:gray;
}
div.borderLeft, div.borderRight{
position: absolute;
border-color: gray;
height:3px;
border-top: 3px solid gray;
border-bottom: 3px solid gray;
}
div.borderLeft{
border-left: 3px solid gray;
border-radius: 6px 0px 0px 6px;
}
div.borderRight{
border-right: 3px solid gray;
border-radius: 0px 6px 6px 0px;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy