Remove css size dependent rule (hover color)
This commit is contained in:
+1
-5
@@ -63,11 +63,7 @@
|
|||||||
.ol-zoom a:hover {
|
.ol-zoom a:hover {
|
||||||
background: rgba(0,60,136,0.7);
|
background: rgba(0,60,136,0.7);
|
||||||
}
|
}
|
||||||
@media only screen and (max-width:600px) {
|
|
||||||
.ol-zoom a:hover {
|
|
||||||
background: rgba(0,60,136,0.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.ol-zoom-in {
|
.ol-zoom-in {
|
||||||
border-radius: 2px 2px 0 0;
|
border-radius: 2px 2px 0 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user