Added success message when you change credentials

Added "see password" button - With CSS & Script (Script in file)
This commit is contained in:
Anders
2020-07-31 09:28:58 +02:00
parent 38f8bfa0c9
commit 56cbe7ad41
5 changed files with 35 additions and 6 deletions
+6 -1
View File
@@ -341,7 +341,6 @@ a {
.links {
position: absolute;
align-self: center;
width: 100%;
bottom: 8px;
height: 2rem;
@@ -6944,3 +6943,9 @@ main {
display: inline-block;
}
.spaneye {
position: absolute;
font-size: 25px;
color: grey;
margin: 7.5px 0 0 -45px;
}