Skip to content

Commit

Permalink
Merge pull request #23 from webrecorder/style-buttons-in-popups
Browse files Browse the repository at this point in the history
style "finish" buttons in popups to look like real button
  • Loading branch information
emma-sg authored Oct 30, 2024
2 parents 9782313 + eebaa22 commit c3d9755
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/archive-now.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ class ArchiveNow extends LitElement {
</p>
<p>
When you’re done, click the
<strong class="font-semibold text-brand-green">Finish</strong> button.
<strong
class="cursor-default rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white ring-1 ring-inset ring-lime-700"
>Finish</strong
>
button.
</p>`,
"page-load": html`<p class="mb-3">
All pages visited so far will be included in your archive.
Expand All @@ -84,8 +88,11 @@ class ArchiveNow extends LitElement {
</p>
<p>
Click
<strong class="font-semibold text-brand-green">Finish</strong> to
finalize your archive.
<strong
class="cursor-default rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white ring-1 ring-inset ring-lime-700"
>Finish</strong
>
to finalize your archive.
</p>`,
error: html`
<p class="mb-3">
Expand Down

0 comments on commit c3d9755

Please sign in to comment.