org.opencms.gwt.client.ui.css.highlight.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.
.highlightBox{
position: absolute;
z-index: value("constants.css.zIndexHighlighting");
background: transparent;
}
/** Opacity filter somehow hides the hightlighting in IE7 and IE8, will not use it for now. */
@if user.agent ie6 {
/* .highlightBox {
filter: literal("progid:DXImageTransform.Microsoft.Alpha( Opacity=60, FinishOpacity=0, Style=0, StartX=0, FinishX=100, StartY=0, FinishY=100)");
} */
} @elif user.agent ie8 {
/* .highlightBox {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha( Opacity=60, FinishOpacity=0, Style=0, StartX=0, FinishX=100, StartY=0, FinishY=100)";
} */
} @else {
.highlightBox {
opacity: 0.6;
}
}
.highlightBox div{
position: absolute;
top: 0px;
left: 0px;
}
@sprite .colorRed .borderLeft{
gwt-image: 'borders.leftChangedBorderHighlight';
}
@sprite .colorRed .borderTop{
gwt-image: 'borders.topChangedBorderHighlight';
}
@sprite .colorRed .borderBottom{
gwt-image: 'borders.bottomChangedBorderHighlight';
}
@sprite .colorRed .borderRight{
gwt-image: 'borders.rightChangedBorderHighlight';
}
@sprite .colorBlue .borderLeft{
gwt-image: 'borders.leftNewBorderHighlight';
}
@sprite .colorBlue .borderTop{
gwt-image: 'borders.topNewBorderHighlight';
}
@sprite .colorBlue .borderBottom{
gwt-image: 'borders.bottomNewBorderHighlight';
}
@sprite .colorBlue .borderRight{
gwt-image: 'borders.rightNewBorderHighlight';
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy