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

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

There is a newer version: 1.1.0.6-jre15
Show newest version



/* Custom styles for the SlideOut */
.feedback-panel {
    border-color: DeepPink;
    border-width: 1px;
}
/*  Handle defaults and "closed" state */
.feedback-handle {
    padding: 8px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #FF3366;
    color: DeepPink !important;
    background-color: white;
}
/*  Style applied to handle "open" state */
.ui-slideouttab-open>.feedback-handle {
    color: white !important;
    background-color: DeepPink;
}







© 2015 - 2024 Weber Informatics LLC | Privacy Policy