I find the mouse-over colour change on the ticket lists and elsewhere a bit disturbing (almost epileptic like) so I would like to change them to something more subtle. I assume I should create a new skin, but I'm having trouble trying to locate the files and tags I should change. Can anyone point me in the right direction please.
Thanks
Ludders
Want to change Mouse-Over highlight colour
Moderator: crythias
Want to change Mouse-Over highlight colour
OTRS 3.3.6 on Centos 6.4 and mySQL 5.1
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Want to change Mouse-Over highlight colour
In Chrome (and perhaps FireFox, etc.) you might use firebug or inspect element to determine more info.
The orange color is #F92
in otrs/var/httpd/htdocs/skins/Agent/default/css
the color shows up in:
Core.Agent.Admin.css: color: #F92;
Core.Agent.Admin.PerformanceLog.css: background-color: #F92;
Core.Default.css: color: #F92;
Core.Form.css: border-color: #F92;
Core.Form.IE7.css: border-color: #F92;
Core.Header.css: background-color: #F92;
Core.Header.css: background-color: #F92;
Core.WidgetMenu.css: color: #F92;
Note that changes may not be reflected as soon as they are made, due to the cache of css.
The orange color is #F92
in otrs/var/httpd/htdocs/skins/Agent/default/css
the color shows up in:
Core.Agent.Admin.css: color: #F92;
Core.Agent.Admin.PerformanceLog.css: background-color: #F92;
Core.Default.css: color: #F92;
Core.Form.css: border-color: #F92;
Core.Form.IE7.css: border-color: #F92;
Core.Header.css: background-color: #F92;
Core.Header.css: background-color: #F92;
Core.WidgetMenu.css: color: #F92;
Note that changes may not be reflected as soon as they are made, due to the cache of css.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Want to change Mouse-Over highlight colour
Appreciate the pointer crythias. I'm not very skilled with css etc... so it will take me a while to get my head around this, but I'm sure I'll get there.
Thanks.
Thanks.
OTRS 3.3.6 on Centos 6.4 and mySQL 5.1