Changing the Colour of Ticket headings

Moderator: crythias

Locked
JeremyB3ntham
Znuny newbie
Posts: 38
Joined: 15 Mar 2015, 10:31
Znuny Version: v4.0.5 (Debian)

Changing the Colour of Ticket headings

Post by JeremyB3ntham »

A bit random but is it possible to change the colour of certain areas of the Ticket, more so the 'Process Information'. I'm looking to make it stand out a bit more and wonder if you can colour the grey background of that header to something else?

Image
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Changing the Colour of Ticket headings

Post by RStraub »

Your problem will be that the ticket actions have the same css class as the process actions.

But to play around - and to see quick results - you can create a custom css file in your active skin folder, e.g.:
~otrs/var/http/htdocs/skins/Agent/NameOfYourSkin/css/Core.WidgetMenu.css

and write into it:

Code: Select all

.Actions li a, .Action li span {
    background: lightblue;
}
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Locked