Changeset 3069
- Timestamp:
- 04/12/07 11:09:18 (2 years ago)
- Files:
-
- trunk/openlayers/theme/default/style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/theme/default/style.css
r2978 r3069 90 90 .olControlNavToolbar .olControlNavigationItemActive { 91 91 background-image: url("img/panning-hand-on.png"); 92 background-repeat: no-repeat; 92 93 } 93 94 .olControlNavToolbar .olControlNavigationItemInactive { 94 95 background-image: url("img/panning-hand-off.png"); 96 background-repeat: no-repeat; 95 97 } 96 98 .olControlNavToolbar .olControlZoomBoxItemActive { 97 99 background-image: url("img/drag-rectangle-on.png"); 98 100 background-color: orange; 101 background-repeat: no-repeat; 99 102 } 100 103 .olControlNavToolbar .olControlZoomBoxItemInactive { 101 104 background-image: url("img/drag-rectangle-off.png"); 105 background-repeat: no-repeat; 102 106 } 103 107 .olControlEditingToolbar { … … 115 119 .olControlEditingToolbar .olControlNavigationItemActive { 116 120 background-image: url("img/pan_on.png"); 121 background-repeat: no-repeat; 117 122 } 118 123 .olControlEditingToolbar .olControlNavigationItemInactive { 119 124 background-image: url("img/pan_off.png"); 125 background-repeat: no-repeat; 120 126 } 121 127 .olControlEditingToolbar .olControlDrawFeaturePointItemActive { 122 128 background-image: url("img/draw_point_on.png"); 129 background-repeat: no-repeat; 123 130 } 124 131 .olControlEditingToolbar .olControlDrawFeaturePointItemInactive { 125 132 background-image: url("img/draw_point_off.png"); 133 background-repeat: no-repeat; 126 134 } 127 135 .olControlEditingToolbar .olControlDrawFeaturePathItemInactive { 128 136 background-image: url("img/draw_line_off.png"); 137 background-repeat: no-repeat; 129 138 } 130 139 .olControlEditingToolbar .olControlDrawFeaturePathItemActive { 131 140 background-image: url("img/draw_line_on.png"); 141 background-repeat: no-repeat; 132 142 } 133 143 .olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { 134 144 background-image: url("img/draw_polygon_off.png"); 145 background-repeat: no-repeat; 135 146 } 136 147 .olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { 137 148 background-image: url("img/draw_polygon_on.png"); 149 background-repeat: no-repeat; 138 150 }
