]> git.p6c8.net - jirafeau/jirafeau.git/blobdiff - media/modern/style.css.php
Applied CSS for "show password box" to other themes
[jirafeau/jirafeau.git] / media / modern / style.css.php
index fcdf9ca0e9c948fb10306e222018af4a20444fee..4d6892819af2119c2a31ff02c58ed52efaad6fab 100644 (file)
@@ -233,3 +233,23 @@ font-size:90%;
   padding-left: 20px;
   background: url(email.png) no-repeat;
 }
   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