
Changing the Colour of Ticket headings
Moderator: crythias
-
- Znuny newbie
- Posts: 38
- Joined: 15 Mar 2015, 10:31
- Znuny Version: v4.0.5 (Debian)
-
- 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
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:
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