OpenLayers OpenLayers
Show
Ignore:
Timestamp:
12/13/07 14:51:49 (1 year ago)
Author:
crschmidt
Message:

Box Handler should use CSS to style its box. (Closes #1070)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/theme/default/style.css

    r4301 r5399  
    160160  background-repeat: no-repeat; 
    161161} 
     162 
     163.olHandlerBoxZoomBox { 
     164    border: 2px solid red; 
     165    position: absolute; 
     166    background-color: white; 
     167    opacity: 0.50; 
     168    font-size: 1px; 
     169    filter: alpha(opacity=50); 
     170}