sections.slideout.advancedUsageCSS.xhtml Maven / Gradle / Ivy
/* 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