Skip to content

Commit

Permalink
NEW: Added short about changes in 4.2 to onboarding.
Browse files Browse the repository at this point in the history
  • Loading branch information
speedball2001 committed Jan 4, 2024
1 parent 32e0c54 commit 80dda4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 8 additions & 2 deletions onboarding/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="section header">
<h1>Identity Chooser</h1>
<p>
Welcome to version 4 of Identity Chooser.
Welcome to version 4.2 of Identity Chooser.
</p>

<p>
Expand All @@ -37,7 +37,13 @@ <h1>Identity Chooser</h1>
<div class="section image-left">
<img src="identitychooser-light.png" alt="Identity Chooser in action"/>
<div class="text">
<h2>What's new?</h2>
<h2>What's new in version 4.2?</h2>
<p>
Starting with version 4.2, Identity Chooser lets you
enable or disable it on email drafts.
</p>

<h2>What's new in version 4?</h2>
<p>
Previous versions of Identity Chooser modified parts of
Thunderbird's user interface directly by adding a menu
Expand Down
5 changes: 3 additions & 2 deletions onboarding/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ h1, h2 {
width: 100%;
margin-bottom: 2em;
text-align: left;
padding 1ex 0 0;
padding: 1ex 0 0;
}

.section:not(:last-child) {
border-bottom: 1px solid #c4c4c4;
padding: 1ex 0;
Expand Down Expand Up @@ -150,7 +151,7 @@ h1, h2 {
border-radius: 5px;
cursor: pointer;
text-decoration: none;
transition: background-color 0.3s ease, box-shadow 0.3s ease, margin: 0.3s ease;
transition: background-color 0.3s ease, box-shadow 0.3s ease, margin 0.3s ease;
}
.section .button:hover {
box-shadow: inset 4px 2px 5px rgba(0, 0, 0, 0.3);
Expand Down

0 comments on commit 80dda4a

Please sign in to comment.