12 lines
217 B
CSS
12 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;
|
||
|
}
|