Make panel use icons that aren't just 404s.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@4314 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
+9
-7
@@ -15,32 +15,34 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.olControlPanel .olControlMouseDefaultsItemActive {
|
.olControlPanel .olControlMouseDefaultsItemActive {
|
||||||
background-color: orange;
|
background-color: blue;
|
||||||
background-image: url("../../oterral/ButtonBar/vector/img/PanEnable.png");
|
background-image: url("../theme/default/img/pan_on.png");
|
||||||
}
|
}
|
||||||
.olControlPanel .olControlMouseDefaultsItemInactive {
|
.olControlPanel .olControlMouseDefaultsItemInactive {
|
||||||
background-color: orange;
|
background-color: orange;
|
||||||
background-image: url("../../oterral/ButtonBar/vector/img/PanDisable.png");
|
background-image: url("../theme/default/img/pan_off.png");
|
||||||
}
|
}
|
||||||
.olControlPanel .olControlDrawFeatureItemActive {
|
.olControlPanel .olControlDrawFeatureItemActive {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background-image: url("../../oterral/ButtonBar/vector/img/EditLineEnable.png");
|
background-image: url("../theme/default/img/draw_line_on.png");
|
||||||
}
|
}
|
||||||
.olControlPanel .olControlDrawFeatureItemInactive {
|
.olControlPanel .olControlDrawFeatureItemInactive {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background-image: url("../../oterral/ButtonBar/vector/img/EditLineDisable.png");
|
background-image: url("../theme/default/img/draw_line_off.png");
|
||||||
}
|
}
|
||||||
.olControlPanel .olControlZoomBoxItemInactive {
|
.olControlPanel .olControlZoomBoxItemInactive {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background-color: blue;
|
background-color: orange;
|
||||||
|
background-image: url("../img/drag-rectangle-off.png");
|
||||||
}
|
}
|
||||||
.olControlPanel .olControlZoomBoxItemActive {
|
.olControlPanel .olControlZoomBoxItemActive {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background-color: orange;
|
background-color: blue;
|
||||||
|
background-image: url("../img/drag-rectangle-on.png");
|
||||||
}
|
}
|
||||||
.olControlPanel .olControlZoomToMaxExtentItemInactive {
|
.olControlPanel .olControlZoomToMaxExtentItemInactive {
|
||||||
width: 18px;
|
width: 18px;
|
||||||
|
|||||||
Reference in New Issue
Block a user