Skip to content

Commit 07b42aa

Browse files
committed
url test 06
1 parent da4f430 commit 07b42aa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,12 @@
4949
background-color: transparent;
5050
color: rgb(97, 97, 97);
5151
}
52+
53+
.link-button {
54+
background: none!important;
55+
border: none;
56+
padding: 0!important;
57+
color: #069;
58+
text-decoration: underline;
59+
cursor: pointer;
60+
}

docs/scripts/uiLogic-controls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function setBackLabelState(disabled) {
9494
}
9595
else {
9696
container.innerHTML = `
97-
<a id="idBackLabel">
97+
<a class="link-button" id="idBackLabel">
9898
Go back!
9999
</a>
100100
&nbsp; &nbsp; Folder: ${currentDirectory}`;

0 commit comments

Comments
 (0)