Select to view content in your preferred language

Changing and retaining background color of shortlist left pane tile

2044
2
Jump to solution
06-10-2014 07:56 AM
ScottMoyer
Deactivated User
In a shortlist map, I successfully changed the background color of the tile in the left pane in the style.css > ul.tilelist li > background- color. Hovering over a tile turns white as it should, but post-hover it reverts to the default grey. How do I get the custom color to stay after the post-hover?
Thanks,
Scott
0 Kudos
1 Solution

Accepted Solutions
MarkCooney
Frequent Contributor
Hi Scott,

Changing the value for the COLOR_DIM variable in the main.js file (~line 10) should do the trick.

-Mark

View solution in original post

0 Kudos
2 Replies
MarkCooney
Frequent Contributor
Hi Scott,

Changing the value for the COLOR_DIM variable in the main.js file (~line 10) should do the trick.

-Mark
0 Kudos
ScottMoyer
Deactivated User
Thank you Mark, that did it.
0 Kudos