org.opencms.gwt.client.ui.css.properties.css 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.
.vfsModeSimplePropertiesBox, .navModePropertiesBox {
border: solid 1px value("constants.css.borderColor");
background: value("constants.css.backgroundColorDialog");
margin-top: 4px;
padding-left: 6px;
padding-right: 6px;
padding-top: 4px;
}
@external cmsState cmsState-up-hovering;
.cmsState.propertyDefinitionButton {
color: gray;
}
.cmsState.cmsState-up-hovering .propertyDefinitionButton {
color: blue;
}
.propertyParentLoading {
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%) no-repeat 0px 35px;
}
.propertyPanel {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy