Ansible-Zammad/roles/zammad/templates/customCSS/CustomCSS.css

12 lines
217 B
CSS
Raw Normal View History

2023-04-04 15:33:23 -06:00
/* 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;
}