Restore original WEA symbol style while keeping new POI/UW circular zap style
Deploy TrassenPlaner / deploy (push) Waiting to run Details

This commit is contained in:
Johannes Baumeister 2026-04-20 14:36:40 +02:00
parent 0ceac26142
commit e947ff0d2f
1 changed files with 12 additions and 1 deletions

View File

@ -400,7 +400,18 @@
height: 20px;
}
.anlage-icon, .nvp-icon, .infrastructure-icon {
.anlage-icon {
background: #005d78;
color: white;
border: 2px solid white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.nvp-icon, .infrastructure-icon {
background: #005d78;
color: white;
border: 2px solid white;