Files
openlayers/examples_src/overlay.css
Björn Harrtell 9880a860a3 Converted examples
2015-04-02 19:10:19 +02:00

19 lines
308 B
CSS

#marker {
width: 20px;
height: 20px;
border: 1px solid #088;
border-radius: 10px;
background-color: #0FF;
opacity: 0.5;
}
#vienna {
text-decoration: none;
color: white;
font-size: 11pt;
font-weight: bold;
text-shadow: black 0.1em 0.1em 0.2em;
}
.popover-content {
min-width: 180px;
}