org.opencms.gwt.client.ui.css.toolbarButton.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.
/**
All CSS-selectors containing .optionBar are specific for the container-page editor.
The following logic applies to buttons within the option-bars:
They are only visible, if their specific class like .toolbarMove or .toolbarEdit is also assigned to the body element and
not only to the button itself. This allows to show and hide all occurrences of them by a single DOM operation.
Only exception to this applies if the .toolbarSelection class is attached to the body element, then all buttons will be
shown on hovering the option-bar, by assigning the class .cmsHovering to the option bar.
**/
@external cmsState, cmsState-up, cmsState-up-hovering, cmsState-up-disabled, cmsState-down, cmsState-down-hovering, cmsState-down-disabled;
.cmsState, .cmsHovering, .editButtonsVisible{}
.cmsState.elementInfoChanged:after {
font-family: opencms-font;
content:"\e62b";
color: value("constants.css.textColorImportant");
font-size: 12px;
line-height: 10px;
position: absolute;
height: 12px;
width: 12px;
top:2px;
right: 2px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.toolbarInfo {}
.elementInfoUnchanged {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy