Added file links to the logs and output

This commit is contained in:
2022-06-17 12:55:58 +02:00
parent 5239cdb8f7
commit 7c082ee546
3 changed files with 17 additions and 9 deletions

View File

@@ -199,6 +199,10 @@ header h1 {
#output {
margin-left: 5px;
}
#output:hover {
cursor: pointer;
text-decoration: underline;
}
#openLogButton {
margin-top: 5px;
@@ -266,4 +270,9 @@ button:hover {
#resetSettingsButton {
height: 35px;
}
#logList-Name:hover {
cursor: pointer;
text-decoration: underline;
}