Browse Source

Fix dark mode bug in the "Set Password" screen

master
Pēteris Caune 3 years ago
parent
commit
28d15d7bf2
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      static/css/set_password.css

+ 2
- 2
static/css/set_password.css View File

@ -1,5 +1,5 @@
#set-password-group #password {
border-color: #ddd;
border-color: var(--border-color);
box-shadow: none;
}
@ -9,7 +9,7 @@
}
#meter div {
background: #ddd;
background: var(--border-color);
height: 5px;
flex: 1;
border-radius: 2px;


Loading…
Cancel
Save