mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
improved number validation (based on google's libphonenumber)
This commit is contained in:
@@ -9,8 +9,7 @@ input[type=text], textarea {
|
||||
}
|
||||
|
||||
input.invalid {
|
||||
background-color: #ff6666;
|
||||
border-color: #ff3333;
|
||||
border-color: #ff3333;
|
||||
}
|
||||
|
||||
input[type=submit]:focus,
|
||||
|
||||
Reference in New Issue
Block a user