Restore original WEA symbol style while keeping new POI/UW circular zap style
Deploy TrassenPlaner / deploy (push) Waiting to run
Details
Deploy TrassenPlaner / deploy (push) Waiting to run
Details
This commit is contained in:
parent
0ceac26142
commit
e947ff0d2f
13
index.html
13
index.html
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue