Initial commit
This commit is contained in:
parent
6f25b090be
commit
9586bc600b
16 changed files with 619 additions and 0 deletions
11
roles/zammad/templates/customCSS/CustomCSS.css
Normal file
11
roles/zammad/templates/customCSS/CustomCSS.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue