OpenLayers OpenLayers

Changeset 5788

Show
Ignore:
Timestamp:
01/16/08 16:54:11 (1 year ago)
Author:
enjahova
Message:

added Switch images to the theme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/enjahova/openlayers/theme/FREAC/style.css

    r5787 r5788  
    306306} 
    307307.olControlNavToolbar .olControlSwitchItemActive { 
    308    background-image: url("img/identify-on.png"); 
     308   background-image: url("img/switch-on.png"); 
    309309   background-repeat: no-repeat; 
    310310   position: absolute; 
     
    313313} 
    314314.olControlNavToolbar .olControlSwitchItemInactive { 
    315    background-image: url("img/identify-off.png"); 
     315   background-image: url("img/switch-off.png"); 
    316316   background-repeat: no-repeat; 
    317317   position: absolute;