Enable transition support for Firefox and Opera
This commit is contained in:
parent
b812c070f1
commit
a29ba66d9d
1 changed files with 3 additions and 0 deletions
|
@ -63,10 +63,13 @@
|
||||||
height: 10px;
|
height: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
-webkit-transition: top 100ms linear;
|
-webkit-transition: top 100ms linear;
|
||||||
|
-moz-transition: top 100ms linear;
|
||||||
|
-o-transition: top 100ms linear;
|
||||||
background-position: -77px -58px;
|
background-position: -77px -58px;
|
||||||
pointer: move;
|
pointer: move;
|
||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
|
||||||
.olControlSimplePanZoom #zoombar {
|
.olControlSimplePanZoom #zoombar {
|
||||||
top: 70px;
|
top: 70px;
|
||||||
width: 26px;
|
width: 26px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue