Skip to content

Commit

Permalink
fix(color): i do it via the js.
Browse files Browse the repository at this point in the history
  • Loading branch information
vLeov authored Oct 25, 2024
1 parent b635e70 commit 233504f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h4>ColorPicker</h4>
<input class="styled-input" type="text" maxlength="7" id="colorPicker" placeholder="Example: #add8e6" />
<button class="styled-button" id="changeColorBtn">Farbe ändern</button>
</div>
<div id="error-message-color" style="color: red; display: none;"></div>
<div id="error-message-color" style="display: none;"></div>
<a style="color: wheat;" href="https://htmlcolorcodes.com/color-picker/" target="_blank">colorpicker</a>
</div>
<hr class="sectionLine" width="50px">
Expand All @@ -36,7 +36,7 @@ <h4>BetterKabu Autologin</h4>
<input class="styled-input" type="text" id="autologinUsername" placeholder="Username" />
<input class="styled-input" type="password" id="autologinPassword" placeholder="Password" />
<input class="styled-input" type="password" id="autologinEncryptionPassword" placeholder="Encryption Password" />
<div id="error-message-login" style="color: red; display: none;"></div>
<div id="error-message-login" style="display: none;"></div>
<div>
<button id="autologinBtn" class="styled-button">Save Login</button>
<button id="autologinresetBtn" class="styled-button">Delete Login</button>
Expand Down

0 comments on commit 233504f

Please sign in to comment.