diff --git a/lib/plankton/plankton.js b/lib/plankton/plankton.js index cc41edf..be132a2 100644 --- a/lib/plankton/plankton.js +++ b/lib/plankton/plankton.js @@ -11282,7 +11282,7 @@ var lib_plankton; } // 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.addEventListener("click", () => { this.toggle_exhibition(); diff --git a/source/style/main.css b/source/style/main.css index 4543699..5f6bac2 100644 --- a/source/style/main.css +++ b/source/style/main.css @@ -261,7 +261,23 @@ nav > ul > li:hover::after .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