Skip to content

Commit

Permalink
ZoomBox sprite positions not defined for EditingToolbar
Browse files Browse the repository at this point in the history
.olEditingToolbar class was not assigned to the olControlZoomBoxItem classes, which resulted in incorrect buttons.
  • Loading branch information
Frank Phillips committed Jul 15, 2013
1 parent 10e922b commit d69b4d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions theme/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,12 @@ span.olGoogleAttribution.hybrid a, span.olGoogleAttribution.satellite a {
.olControlEditingToolbar .olControlNavigationItemActive {
background-position: -103px -24px;
}
.olControlNavToolbar .olControlZoomBoxItemInactive {
.olControlNavToolbar .olControlZoomBoxItemInactive,
.olControlEditingToolbar .olControlZoomBoxItemInactive {
background-position: -128px -1px;
}
.olControlNavToolbar .olControlZoomBoxItemActive {
.olControlNavToolbar .olControlZoomBoxItemActive,
.olControlEditingToolbar .olControlZoomBoxItemActive {
background-position: -128px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
Expand Down

0 comments on commit d69b4d5

Please sign in to comment.