make selectors for Save button more specific so they also work in a Panel with displayClass set to olControlEditingToolbar. Non-functional change (fixes #2287)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9697 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -214,12 +214,12 @@ div.olControlMousePosition {
|
|||||||
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
|
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
|
||||||
background-position: -26px -23px ;
|
background-position: -26px -23px ;
|
||||||
}
|
}
|
||||||
.olControlSaveFeaturesItemActive {
|
div.olControlSaveFeaturesItemActive {
|
||||||
background-image: url(img/save_features_on.png);
|
background-image: url(img/save_features_on.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0px 1px;
|
background-position: 0px 1px;
|
||||||
}
|
}
|
||||||
.olControlSaveFeaturesItemInactive {
|
div.olControlSaveFeaturesItemInactive {
|
||||||
background-image: url(img/save_features_off.png);
|
background-image: url(img/save_features_off.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0px 1px;
|
background-position: 0px 1px;
|
||||||
|
|||||||
Reference in New Issue
Block a user