Opened 14 years ago

Closed 14 years ago

#554 closed defect (fixed)

Mapframe colored from body

Reported by: frankjaeger Owned by: dev
Priority: minor Milestone: 2.6.1 release
Component: user interface Version: 2.6
Keywords: mapframe, background-color Cc:

Description

In GUIs with colored body like

body{ background-color: #ddffff; }

also the background of the mapframe has this color. Please enable a "white map" even if the body is not white.

Change History (1)

comment:1 by astrid_emde, 14 years ago

Resolution: fixed
Status: newclosed
  • you can set background-color:white for element mapframe1

UPDATE gui_element SET 
e_more_styles = 'overflow:hidden;background-color:white'
WHERE e_id = 'mapframe1';
  • this option was added to update script in mapbender/branches/2.6
Note: See TracTickets for help on using tickets.