org.opencms.gwt.client.ui.css.scrollBar.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.
div.scrollBar{
position:absolute;
top: 0px;
right: 0px;
width: 8px;
bottom: 0px;
}
div.scrollBar:focus{
border:none;
outline:none;
}
div.scrollBar div.scrollKnob{
position:absolute;
right: 0px;
width:8px;
background: #333333;
border-radius: 4px;
opacity:0.6;
}
div.scrollPanel{
overflow:hidden !important;
position: relative;
}
div.scrollable{
overflow:auto;
position: relative;
height:100%;
}
div.scrollContainer{
display:inline-block;
}
div.showBars div.scrollbarLayer, div.allwaysShowBars div.scrollbarLayer{
right:0px;
}
div.scrollbarLayer{
position:absolute;
top:0px;
bottom:0px;
right:-50px;
}
div.hiddenSize{
height:1px;
width:auto;
display:block;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy