]> git.p6c8.net - jirafeau/jirafeau.git/blobdiff - media/industrial/style.css.php
Applied CSS for "show password box" to other themes
[jirafeau/jirafeau.git] / media / industrial / style.css.php
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%;
+}

patrick-canterino.de