Change color Highline

Moderator: crythias

Post Reply
pidilandia
Znuny newbie
Posts: 44
Joined: 19 Sep 2017, 11:48
Znuny Version: 5.0.16

Change color Highline

Post by pidilandia »

Hi,
I have installed OTRS 6.0.27.
I have changed the color of everything, but I can't find how to change the color of the selection bar, now orange.
Can anyone help me?

Thank you
Paul
zzz
Znuny superhero
Posts: 890
Joined: 15 Dec 2016, 15:13
Znuny Version: All
Real Name: Emin
Company: Efflux GmbH
Contact:

Re: Change color Highline

Post by zzz »

Hey Paul,

Can you post a screenshot?

- Emin
Professional OTRS, Znuny & OTOBO services: efflux.de | efflux.de/en/

Free and premium add-ons: German | English
pidilandia
Znuny newbie
Posts: 44
Joined: 19 Sep 2017, 11:48
Znuny Version: 5.0.16

Re: Change color Highline

Post by pidilandia »

I have attachment the otrs screenshot.
The orange lines indicated by the arrows are those to which I would like to change color

Thank you
You do not have the required permissions to view the files attached to this post.
zzz
Znuny superhero
Posts: 890
Joined: 15 Dec 2016, 15:13
Znuny Version: All
Real Name: Emin
Company: Efflux GmbH
Contact:

Re: Change color Highline

Post by zzz »

There are a lot of classes you'd have to address to change the background of hovered table lines.

These are the changes made in our free 'ModernSkin' theme:

Code: Select all

.DataTable tbody tr:hover td, .TableSmall tbody tr:hover td, .DataTable tbody tr:active td.Clickable, .TableSmall tbody tr:active td.Clickable, .DataTable tr:nth-child(even):hover td.Highlight, ul.Tablelike li:not(.Header):hover {
    background: #D0E3FA !important;
}
That should cover > 80%.

— Emin
Professional OTRS, Znuny & OTOBO services: efflux.de | efflux.de/en/

Free and premium add-ons: German | English
pidilandia
Znuny newbie
Posts: 44
Joined: 19 Sep 2017, 11:48
Znuny Version: 5.0.16

Re: Change color Highline

Post by pidilandia »

Hello,
Thank you for your suggestion.
I tried, but unfortunately the color is still orange.

I have wasted too much time, I think I'll have to keep it that way.

Thank you!

Paul
Post Reply