new-call-box: Add entry for non-numeric inputs

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-07-19 10:45:54 +02:00
parent e9661ce01c
commit db848b2c9f
3 changed files with 95 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
keypad > grid > button, .dial-button, .delete-button {
keypad > grid > button, .dial-button, .delete-button .rounded-button {
border-radius: 9999px;
-gtk-outline-radius: 9999px;
}
@@ -15,6 +15,10 @@ keypad > grid > button, .dial-button, .delete-button {
font-size: 24px;
}
.address-entry {
font-size: 18px;
}
.error-state-message {
background-color: @error_color;
border-bottom: 1px solid darker(@error_color);