1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Changed the place on map feature.

This commit is contained in:
Ylian Saint-Hilaire 2017-09-29 17:55:36 -07:00
parent b6bfdbbc91
commit 8138e82c58
4 changed files with 87 additions and 164 deletions

View file

@ -512,37 +512,4 @@ a {
.notification:hover {
background-color: #EFE8B6;
}
.map-PlaceDeviceMarker tr:nth-child(odd) {
background-color: #C9C9C9;
}
.map-PlaceDeviceMarker tr:nth-child(even) {
background-color: #D8D8D8;
}
.map-PlaceDeviceMarker tr:hover{
background-color: #A9A9A9;
}
.map-PlaceDeviceMarker td {
border-top: thin solid #808080;
border-bottom: thin solid #808080;
color: #282828;
}
.map-PlaceDeviceMarker td:first-child {
border-left: thin solid #808080;
}
.map-PlaceDeviceMarker td:last-child {
border-right: thin solid #808080;
}
.flexboxdiv {
display: flex;
align-items: center;
display: -webkit-flex;
-webkit-align-items: center;
}