Merge pull request #1410 from tonio/examples_css

fix hover style on zoom buttons in examples
This commit is contained in:
Antoine Abt
2013-12-18 06:16:30 -08:00

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);
}