Browse Source

Format warnings (e.g. in item popups)

master
parent
commit
96e840c381
  1. 7
      style.css

7
style.css

@ -605,3 +605,10 @@ ul.overpass-layer-list > li > a > .content > .details {
float: right;
position: inherit;
}
.warning {
border: 1px solid red;
border-radius: 0.5em;
padding: 0.25em 1em;
margin-bottom: 0.25em;
background-color: #ffdfdf;
}
Loading…
Cancel
Save