[mod] passwort-exhibit-knopf
This commit is contained in:
parent
2434d46ca6
commit
56658aa7f6
|
|
@ -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();
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue