All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sections.slideout.multipleTabsCSS.xhtml Maven / Gradle / Ivy

The newest version!



/* Custom styles for the SlideOut */
.hover-panel {
    border-color: red;
    border-width: 5px;
}
.hover-handle {
    padding: 8px;
    font-size: 14px;
    color: white !important;
    background-color: red;
}
.reverse-panel {
    border-color: blue;
    border-width: 5px;
}
.reverse-handle {
    padding: 8px;
    font-size: 14px;
    color: white !important;
    background-color: blue;
}
.auto-panel {
    border-color: orange;
    border-width: 5px;
}
.auto-handle {
    padding: 8px;
    font-size: 14px;
    color: white !important;
    background-color: orange;
}







© 2015 - 2024 Weber Informatics LLC | Privacy Policy