[mod] passwort-exhibit-knopf

This commit is contained in:
fenris 2025-10-09 02:38:16 +02:00
parent 2434d46ca6
commit 56658aa7f6
2 changed files with 18 additions and 2 deletions

View file

@ -11282,7 +11282,7 @@ var lib_plankton;
} }
// exhibit // exhibit
{ {
this.dom_exhibit = document.createElement("button"); this.dom_exhibit = document.createElement("div");
this.dom_exhibit.classList.add("plankton_input_password_exhibit"); this.dom_exhibit.classList.add("plankton_input_password_exhibit");
this.dom_exhibit.addEventListener("click", () => { this.dom_exhibit.addEventListener("click", () => {
this.toggle_exhibition(); this.toggle_exhibition();

View file

@ -261,7 +261,23 @@ nav > ul > li:hover::after
.plankton_input_password_exhibit .plankton_input_password_exhibit
{ {
margin-left: 4px; margin: 8px;
padding: 8px;
background-color: hsla(var(--hue), 0%, 0%, 50%);
cursor: pointer;
display: inline-block;
font-weight: bold;
border-radius: 2px;
}
.plankton_input_password_exhibit::before
{
"content": "[";
}
.plankton_input_password_exhibit::after
{
"content": "[";
} }
.plankton_input_group_field_help_content .plankton_input_group_field_help_content