Forum

Bigger difference b...
 
Notifications
Clear all

Bigger difference between internal/external responses

2 Posts
2 Users
0 Reactions
25 Views
Posts: 7
Topic starter
(@peter-hygren)
Member
Joined: 6 years ago

The difference in color between internal and external responses is currently very small. How can I control this? Custom CSS?

 


1 Reply
Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

Hi Peter,

As you know, there are three colors used to differentiate between all types of responses.

To modify them, add the following to Theme Options > Custom CSS and replace the the RGB values as desired (this resource may help you come up with new colors).

/* Ticket View response color 1 */
.thread-entry.message .header,
.thread-preview-entry.message .header {
background: #ffddba;
}
.thread-entry.avatar.message .header:after {
border-left: 7px solid #ffddba;
}
@media screen and (max-width: 760px) {
.index-page table.list th,
.tickets-page table.list th {
background: #ffddba !important;
}
}

/* Ticket View response color 2 */
.thread-entry.note .header,
.thread-preview-entry.note .header,
.thread-preview-entry.collapsed .header {
background: #dae9eb;
}

/* Ticket View response color 3 */
.thread-entry.response .header,
.thread-preview.entry.response .header {
background: #b2e9f1;
}


Reply
Posts: 7
Topic starter
(@peter-hygren)
Member
Joined: 6 years ago

Thank you tremendeously!

/Peter


Reply
Share: