Skip to content

Commit

Permalink
Merge pull request #131 from rezwan-hossain/popup
Browse files Browse the repository at this point in the history
popup.html: add extra saccades styling options under saccades color #129
  • Loading branch information
asieduernest12 committed Jun 23, 2022
2 parents 94b9642 + ecf743c commit a160715
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions views/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,33 @@
</div>
</div>

<div class="w-100 flex flex-column gap-1">
<span class="text-dark">Style Saccades</span>

<div class="w-100">
<label for="styleSolidLine">Solid-line
<input type="radio" name="style" id="styleSolidLine" value="solid-line">
</label>
</div>
<div class="w-100">
<label for="styleDashLine">Dash-line
<input type="radio" name="style" id="styleDashLine" value="dash-line">
</label>
</div>

<div class="w-100">
<label for="styleDottedLine">Dotted-line
<input type="radio" name="style" id="styleDottedLine" value="dotted-line">
</label>
</div>

<div class="w-100">
<label for="styleStrickthroughLine">Strickthrough-line
<input type="radio" name="style" id="styleStrickthroughLine" value="strickthrough-line">
</label>
</div>
</div>

<div class="w-100">
<label class="block" id="lineHeightLabel">Line Height</label>
<div class="w-100 flex justify-center">
Expand Down

0 comments on commit a160715

Please sign in to comment.