Remove css size dependent rule (hover color)

This commit is contained in:
Frederic Junod
2013-03-03 12:10:12 +01:00
parent 9053e1dfc8
commit 7d79a77052

View File

@@ -63,11 +63,7 @@
.ol-zoom a:hover {
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 {
border-radius: 2px 2px 0 0;
}