mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-10-09 17:02:46 +02:00
add icons
This commit is contained in:
parent
b01ad5507e
commit
614fd9b6ac
9 changed files with 193 additions and 38 deletions
BIN
styles/images/layers.png
Normal file
BIN
styles/images/layers.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
|
@ -179,6 +179,8 @@ a {
|
|||
}
|
||||
|
||||
.popup-content {
|
||||
width: 100%;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
min-width: 10rem;
|
||||
max-width: 20rem;
|
||||
|
@ -296,3 +298,19 @@ button{
|
|||
/*background: grey;*/
|
||||
/*border-right: 1px solid white;*/
|
||||
}
|
||||
|
||||
.key-values{
|
||||
max-height: 4rem;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.icon-img{
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
fill: #000;
|
||||
}
|
||||
.sockets-list{
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue