fix hover style on zoom buttons in examples

This commit is contained in:
Antoine Abt
2013-12-18 14:28:07 +01:00
parent a2b24d86f9
commit 81d2e74abb

View File

@@ -165,6 +165,8 @@ a.ol-full-screen-true:after {
line-height: 26px;
}
.ol-zoom a:hover {
color: #fff;
text-decoration: none;
background: rgba(0,60,136,0.7);
}