Skip to content

Commit 7d39f3f

Browse files
committed
replace all -0px with 0
1 parent f447a1e commit 7d39f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/default/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ div.olControlMousePosition {
196196
background-position: -103px -23px;
197197
}
198198
.olControlEditingToolbar .olControlNavigationItemInactive {
199-
background-position: -103px -0px;
199+
background-position: -103px 0;
200200
}
201201
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
202202
background-position: -77px -23px;
203203
}
204204
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
205-
background-position: -77px -0px;
205+
background-position: -77px 0;
206206
}
207207
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
208208
background-position: -51px 0;

0 commit comments

Comments
 (0)