Skip to content

Commit

Permalink
add(errormsg): instead of an alert I added a div
Browse files Browse the repository at this point in the history
  • Loading branch information
vLeov authored Oct 24, 2024
1 parent 86964e0 commit 9f3c533
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +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>
<a style="color: wheat;" href="https://htmlcolorcodes.com/color-picker/" target="_blank">colorpicker</a>
</div>
<hr class="sectionLine" width="50px">
Expand All @@ -35,6 +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>
<button id="autologinBtn" class="styled-button">Save Login</button>
<button id="autologinresetBtn" class="styled-button">Delete Login</button>
Expand All @@ -57,7 +59,7 @@ <h4>Toggle Dark Mode</h4>
</div>
</div>
<div id="divNotKabu">
<h4>Go to <a href="https://www.digikabu.de/">digikabu.de</a> to use this extension</h4>
<h4>Go to <a href="https://www.digikabu.de/" target="_blank">digikabu.de</a> to use this extension</h4>
</div>
</body>
<script src="popup.js"></script>
Expand Down

0 comments on commit 9f3c533

Please sign in to comment.