
You can find the style sheet that controls the agent interface in /opt/otrs/var/httpd/htdocs/css/Standard/agent.css I.m not sure why they moved the style sheet to that directory -----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Johannes Grimm Sent: Thursday, September 10, 2009 4:19 AM To: User questions and discussions about OTRS. Subject: Re: [otrs] Background color in agent web interface Hi,
Which version of OTRS. Which file have you changed? OTRS ITSM 1.3.1 in file: /opt/otrs/Kernel/Output/HTML/Standard/css.dtl this part: body { font-family:Geneva,Helvetica,Arial,sans-serif;font-size:11pt;background-colo r:#ffffff;color:black; }
default setting was a background-color value #003399 if i switch to #ffffff it should turn into white from darkblue but it does not work for me...