- Upgraded "[_pathfinder_esi_](https://github.com/exodus4d/pathfinder_esi)" Web API client`v1.3.2` → `v2.0.0` - Fixed a js bug where current active(selected) system becomes deselected after system was dragged on map - Fixed a js bug where new auto mapped systems (e.g. after jump) were positioned outside current map scroll viewport - Fixed a js bug where map sync failed after map tabs switch - Fixed blurry map when map zoom was changed - Fixed multiple minor JS bugs where map render/update failed
21 lines
448 B
SCSS
21 lines
448 B
SCSS
table.dataTable tr.dtrg-group {
|
|
background-color: rgba($gray-darker, 0.4);
|
|
}
|
|
|
|
table.dataTable tr.dtrg-group.dtrg-level-0 td {
|
|
font-weight: bold;
|
|
}
|
|
|
|
table.dataTable tr.dtrg-group.dtrg-level-1 td,
|
|
table.dataTable tr.dtrg-group.dtrg-level-2 td {
|
|
background-color: #f0f0f0;
|
|
padding-top: 0.25em;
|
|
padding-bottom: 0.25em;
|
|
padding-left: 2em;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
table.dataTable tr.dtrg-group.dtrg-level-2 td {
|
|
background-color: #f3f3f3;
|
|
}
|