From: Patrick Canterino Date: Fri, 5 Jun 2026 14:31:44 +0000 (+0200) Subject: Applied CSS for "show password box" to other themes X-Git-Tag: 4.7.2~6 X-Git-Url: https://git.p6c8.net/jirafeau/jirafeau.git/commitdiff_plain/fe7f410653b476ebb6a9fc1d381821a300a0e960?ds=sidebyside Applied CSS for "show password box" to other themes --- diff --git a/media/courgette/style.css.php b/media/courgette/style.css.php index 4b75988..d6f1e09 100644 --- a/media/courgette/style.css.php +++ b/media/courgette/style.css.php @@ -286,6 +286,26 @@ input[type="submit"]:focus { background: url(email.png) no-repeat; } +#show_password { + flex: 1 1 auto; + position: absolute; + right: 0%; + background: none; + border: none; + cursor: pointer; + opacity: 30%; +} +#show_password:hover { + opacity: 100%; +} + +.passwordcolumn { + display: flex; + position: relative; + align-items: center; + width: 100%; +} + /* ========================================================================== 5 = Terms of service ========================================================================== */ diff --git a/media/dark-courgette/style.css.php b/media/dark-courgette/style.css.php index 3ba5e79..fc78d3c 100644 --- a/media/dark-courgette/style.css.php +++ b/media/dark-courgette/style.css.php @@ -289,6 +289,26 @@ input[type="submit"]:focus { background: url(email.png) no-repeat; } +#show_password { + flex: 1 1 auto; + position: absolute; + right: 0%; + background: none; + border: none; + cursor: pointer; + opacity: 30%; +} +#show_password:hover { + opacity: 100%; +} + +.passwordcolumn { + display: flex; + position: relative; + align-items: center; + width: 100%; +} + /* ========================================================================== 5 = Terms of service ========================================================================== */ @@ -471,26 +491,4 @@ textarea[readonly="readonly"] + p + p a:focus { padding-left: 40px; padding-top: 10px; padding-bottom: 10px; -} - - - -#show_password { - flex: 1 1 auto; - position: absolute; - right: 0%; - background: none; - border: none; - cursor: pointer; - opacity: 30%; -} -#show_password:hover { - opacity: 100%; -} - -.passwordcolumn { - display: flex; - position: relative; - align-items: center; - width: 100%; -} +} \ No newline at end of file diff --git a/media/elegantish/elegantish.css b/media/elegantish/elegantish.css index 7e04ac8..253bcd0 100644 --- a/media/elegantish/elegantish.css +++ b/media/elegantish/elegantish.css @@ -286,6 +286,26 @@ input[type="submit"]:focus { background: url(email.png) no-repeat; } +#show_password { + flex: 1 1 auto; + position: absolute; + right: 0%; + background: none; + border: none; + cursor: pointer; + opacity: 30%; +} +#show_password:hover { + opacity: 100%; +} + +.passwordcolumn { + display: flex; + position: relative; + align-items: center; + width: 100%; +} + /* ========================================================================== 5 = Terms of service ========================================================================== */ diff --git a/media/industrial/style.css.php b/media/industrial/style.css.php index 34d9990..e9d3090 100644 --- a/media/industrial/style.css.php +++ b/media/industrial/style.css.php @@ -193,3 +193,23 @@ input:hover { padding-bottom: 15px; background: url(email.png) no-repeat; } + +#show_password { + flex: 1 1 auto; + position: absolute; + right: 0%; + background: none; + border: none; + cursor: pointer; + opacity: 30%; +} +#show_password:hover { + opacity: 100%; +} + +.passwordcolumn { + display: flex; + position: relative; + align-items: center; + width: 100%; +} diff --git a/media/jyraphe/style.css.php b/media/jyraphe/style.css.php index 1a2b789..23b6f6d 100644 --- a/media/jyraphe/style.css.php +++ b/media/jyraphe/style.css.php @@ -241,3 +241,23 @@ h1 a { padding-left: 20px; background: url(email.png) no-repeat; } + +#show_password { + flex: 1 1 auto; + position: absolute; + right: 0%; + background: none; + border: none; + cursor: pointer; + opacity: 30%; +} +#show_password:hover { + opacity: 100%; +} + +.passwordcolumn { + display: flex; + position: relative; + align-items: center; + width: 100%; +} \ No newline at end of file diff --git a/media/modern/style.css.php b/media/modern/style.css.php index fcdf9ca..4d68928 100644 --- a/media/modern/style.css.php +++ b/media/modern/style.css.php @@ -233,3 +233,23 @@ font-size:90%; padding-left: 20px; background: url(email.png) no-repeat; } + +#show_password { + flex: 1 1 auto; + position: absolute; + right: 0%; + background: none; + border: none; + cursor: pointer; + opacity: 30%; +} +#show_password:hover { + opacity: 100%; +} + +.passwordcolumn { + display: flex; + position: relative; + align-items: center; + width: 100%; +}