Toggle css class and use css content for anchor

This commit is contained in:
Tim Schaub
2013-04-09 15:47:33 -06:00
committed by Tom Payne
parent 0bd11d0a70
commit 93041becbe
2 changed files with 23 additions and 3 deletions

View File

@@ -52,6 +52,13 @@
text-decoration: none;
width: 22px;
}
a.ol-full-screen-false:after {
content: "\2194";
}
a.ol-full-screen-true:after {
content: "\00d7";
}
.ol-full-screen div {
border-radius: 2px;
}