Good day,
for ease of use I would like to change the color of a few buttons in AgentTicketZoom window.
For example: Block - yellow, Freetext - green, Close - red.
Does anyone have a solution?
How to make color button?
Moderator: crythias
-
- Znuny newbie
- Posts: 9
- Joined: 22 Apr 2016, 08:10
- Znuny Version: OTRS 5.0.9
- Real Name: Nikolay
-
- Administrator
- Posts: 4253
- Joined: 18 Dec 2007, 12:23
- Znuny Version: Znuny and Znuny LTS
- Real Name: Roy Kaldung
- Company: Znuny
- Contact:
Re: How to make color button?
Use a custom skin and the appropriate css selector. E.g. the id for Lock is nav-Lock. You favorite browser supports you when searching for the right selector.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?
-
- Znuny newbie
- Posts: 9
- Joined: 22 Apr 2016, 08:10
- Znuny Version: OTRS 5.0.9
- Real Name: Nikolay
Re: How to make color button?
Thank you very much for your response. But maybe someone has a ready-made solutions with the description, thank in advance.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: How to make color button?
root gave the right answer. You can make it slightly easier on you by simply adding a style sheet .css to the list of style sheets
in SysConfig/Core::Web
Loader::Agent::CommonCSS###000-Framework
And adding only the changes you need to make.
in SysConfig/Core::Web
Loader::Agent::CommonCSS###000-Framework
And adding only the changes you need to make.
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
-
- Znuny newbie
- Posts: 9
- Joined: 22 Apr 2016, 08:10
- Znuny Version: OTRS 5.0.9
- Real Name: Nikolay
Re: How to make color button?
Thank you so much. It really works.)