Fix zoomslider controls to match zoom controls more closely
This commit is contained in:
committed by
Steven Pukansky
parent
f45cb50121
commit
a8dd1d29c8
+2
-2
@@ -253,14 +253,14 @@ button.ol-full-screen-true:after {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 2px;
|
|
||||||
background: #7b98bc;
|
background: #7b98bc;
|
||||||
background: rgba(0,60,136,0.5);
|
background: rgba(0,60,136,0.5);
|
||||||
|
margin: 3px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
outline: none;
|
outline: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 24px;
|
width: 22px;
|
||||||
}
|
}
|
||||||
.ol-touch .ol-zoomslider {
|
.ol-touch .ol-zoomslider {
|
||||||
top: 82px;
|
top: 82px;
|
||||||
|
|||||||
Reference in New Issue
Block a user