Skip to content

Commit 33f44ea

Browse files
committed
Adjust hyperlink color in info popup
1 parent fd7b442 commit 33f44ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

3dwebclient/utils/SplashController.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ var SplashController = /** @class */ (function () {
3535
contents.innerHTML = '\
3636
<div class="cesium-navigation-help-zoom" style="padding: 15px 5px 20px 5px; text-align: center;">3DCityDB Web Map Client</div>\
3737
<hr width="50%" style="margin-top: -10px; border-color: grey;">\
38-
<div class="cesium-navigation-help-details" style="padding: 5px; text-align: center;">This tool employs the JavaScript library <a href="https://cesiumjs.org/" target="_blank">CesiumJS</a> and is a part of the</div>\
38+
<div class="cesium-navigation-help-details" style="padding: 5px; text-align: center;">This tool employs the JavaScript library <a href="https://cesium.com" target="_blank" style="color: yellow;">CesiumJS</a> and is a part of the</div>\
3939
<table>\
4040
<tr>\
4141
<td><img src="' + 'images/3DCityDB_Logo.png' + '" width="76" height="81" /></td>\
4242
<td>\
4343
<!-- <div class="cesium-navigation-help-pan">Chair of Geoinformatics</div>\ -->\
44-
<div class="cesium-navigation-help-details"><a href="https://www.3dcitydb.org/3dcitydb/" target="_blank">3D City Database</a> (3DCityDB) <br> Software Suite.</div>\
44+
<div class="cesium-navigation-help-details"><a href="https://www.3dcitydb.org/3dcitydb/" target="_blank" style="color: yellow;">3D City Database</a> (3DCityDB) <br> Software Suite.</div>\
4545
</td>\
4646
</tr>\
4747
</table>\
@@ -52,7 +52,7 @@ var SplashController = /** @class */ (function () {
5252
<td><img src="' + 'images/TUM_Logo.svg' + '" width="76" height="40" /></td>\
5353
<td>\
5454
<!-- <div class="cesium-navigation-help-pan">Chair of Geoinformatics</div>\ -->\
55-
<div class="cesium-navigation-help-details"><a href="https://www.gis.bgu.tum.de/en/home/" target="_blank">TUM, Chair of Geoinformatics</a></div>\
55+
<div class="cesium-navigation-help-details"><a href="https://www.asg.ed.tum.de/en/gis" target="_blank" style="color: yellow;">TUM, Chair of Geoinformatics</a></div>\
5656
</td>\
5757
</tr>\
5858
</table>\

0 commit comments

Comments
 (0)