0

How can I change the background color of the popup letter using jQuery?

.map-button a.active:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 2px solid #000;
  background-color: #FFF;
  border-radius: 50%;
  margin-top: 2px;
}
<div class="map-button">
  <a href="#" data-id="0900" title="A">
    <span class="sr-only">A</span>
  </a>
</div>
mplungjan
  • 169,008
  • 28
  • 173
  • 236
Alison Wu
  • 19
  • 4

0 Answers0