Changed invisible-button class to transparent-button

This commit is contained in:
2023-05-31 14:36:23 +02:00
parent 7beeefbe57
commit cee7513e38
3 changed files with 2 additions and 4 deletions

View File

@@ -187,7 +187,7 @@ body {
font-size: 20px;
}
.invisible-button {
.transparent-button {
background-color: #00000000;
border: #00000000;
}

View File

@@ -152,9 +152,7 @@ function loadFetchedMessage(){
}
function fillStaticFields(uuid, contentType, body, httpStatus){
const copyButton = '<button id="btn-copy" class="invisible-button">Copy</button>';
let link = createLink(uuid);
let linkHtml = '<a class="hyperlink" target="_blank" href="'+link+'">'+link+'</a>' + copyButton;
$('#messageLink').attr("href", link);
$('#messageLink').html(link);
$('#httpStatus').val(httpStatus);