get a simple change password dialogue to popup on press change password

This commit is contained in:
Gregory Wells
2026-03-31 19:51:21 -04:00
parent e1f992e052
commit 6c435e6135
3 changed files with 49 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
255,
255,
255,
0.8
1
); /* Semi-transparent white for light theme */
border: 1px solid var(--border-subtle);
border-radius: 12px;

View File

@@ -100,6 +100,20 @@
line-height: 0;
}
#signout_button:hover {
.bottom_button:hover {
text-decoration: underline !important;
}
.bottom_button {
background: none;
border-style: none;
color: var(--primary-accent);
text-decoration: none;
font-weight: bold;
font-size: 20px;
}
#change_password_dialouge {
z-index: 10000;
position: fixed;
}