Ticket #127 (new irritant)

Opened 5 months ago

OpenLayers layer switch background color

Reported by: egouge Assigned to: somebody
Priority: minor Milestone: Sprint 9
Component: GUI Version:
Keywords: Cc:
Estimate:

Description

currently the only way to change the background color of the openlayers layer switch seems to be some nasty javascript. The following css changes the color for the main part of the layer switcher, but not the lines at the top and bottom. These lines don't seem to have an id or style that can be accessed through css.

div#layersDiv{

padding-right: 0px !important; background-color: #448637 !important; opacity: 0.9 !important; filter: alpha(opacity=90) !important;

}