Skip to content

Commit

Permalink
Update popup.html
Browse files Browse the repository at this point in the history
fixed tabulation
  • Loading branch information
Anarios authored Feb 18, 2023
1 parent 684a882 commit 3276eb7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Extensions/combined/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,17 @@ <h1 style="margin-bottom: 0.75rem" title="__MSG_extensionName__">
<br />
<div class="custom-select">
<label for="color_theme">__MSG_colorTheme__</label>
<select name="color_theme" id="color_theme">
<option value="classic" id="color_theme_classic">
__MSG_textColorTheme1__
</option>
<option value="accessible" id="color_theme_accessible">
__MSG_textColorTheme2__
</option>
<option value="neon" id="color_theme_neon">
__MSG_textColorTheme3__
</option>
</select>
<select name="color_theme" id="color_theme">
<option value="classic" id="color_theme_classic">
__MSG_textColorTheme1__
</option>
<option value="accessible" id="color_theme_accessible">
__MSG_textColorTheme2__
</option>
<option value="neon" id="color_theme_neon">
__MSG_textColorTheme3__
</option>
</select>
<span
id="color_theme_example_like"
style="
Expand Down

0 comments on commit 3276eb7

Please sign in to comment.