]> git.p6c8.net - jirafeau/pcanterino.git/commitdiff
Applied CSS for "show password box" to other themes
authorPatrick Canterino <patrick@patrick-canterino.de>
Fri, 5 Jun 2026 14:31:44 +0000 (16:31 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Fri, 5 Jun 2026 14:31:44 +0000 (16:31 +0200)
media/courgette/style.css.php
media/dark-courgette/style.css.php
media/elegantish/elegantish.css
media/industrial/style.css.php
media/jyraphe/style.css.php
media/modern/style.css.php

index 4b75988ead60e3cbaedf804feef29d20c1b3a79a..d6f1e095912853f58fba66566240a23f6f114ebb 100644 (file)
@@ -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
    ========================================================================== */
index 3ba5e7952beabc3148760f76256e3a93a62bfde5..fc78d3ce9e1af5090086fbd231768b667b66be33 100644 (file)
@@ -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
index 7e04ac8624353de5512fa9f930406815d410d40b..253bcd018f4c25aff524331a3698d4980bd57814 100644 (file)
@@ -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
    ========================================================================== */
index 34d9990ec4b6c1f0fc306002550f52578933d0d5..e9d3090c2d1c190aa8c8533e55811f4046f92dd7 100644 (file)
@@ -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%;
+}
index 1a2b7896ced501fc74dcc262c66b2e30a2d2c396..23b6f6d1b53fb69bec2d70b767f8e28e0d917e45 100644 (file)
@@ -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
index fcdf9ca0e9c948fb10306e222018af4a20444fee..4d6892819af2119c2a31ff02c58ed52efaad6fab 100644 (file)
@@ -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%;
+}

patrick-canterino.de