Ansible-Zammad/roles/zammad/templates/customCSS/CustomCSS.css
2023-04-04 15:33:23 -06:00

11 lines
217 B
CSS

/* Set text black for better readability while dealing with ticket creation */
.page-content .formGroup-label label {
color: black;
}
/* Remove Zammad default branding */
.poweredBy {
visibility: hidden;
}