Added copy button to link field (#216)

Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #216
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
2023-05-31 14:39:31 +02:00
parent 57a08c3246
commit 89517a6821
4 changed files with 16 additions and 4 deletions

View File

@@ -187,6 +187,11 @@ body {
font-size: 20px;
}
.transparent-button {
background-color: #00000000;
border: #00000000;
}
.action-button.active {
background: #2A93B0;
border: 1px solid #7ed0eb;