history: links from lists to map
This commit is contained in:
parent
420a11e72d
commit
fc2127f655
2 changed files with 59 additions and 16 deletions
|
@ -58,11 +58,11 @@
|
|||
}
|
||||
|
||||
.hostname.online {
|
||||
color: #558020;
|
||||
color: #558020 !important;
|
||||
}
|
||||
|
||||
.hostname.offline {
|
||||
color: #D43E2A;
|
||||
color: #D43E2A !important;
|
||||
}
|
||||
|
||||
#map {
|
||||
|
@ -104,6 +104,10 @@
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
#lists a {
|
||||
color: #1566A9;
|
||||
}
|
||||
|
||||
#container {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue