MainWindow: show error message when making calls isn't possible

This commit is contained in:
Julian Sparber
2020-03-19 17:41:08 +01:00
committed by Julian Sparber
parent f63936d772
commit a9bd1ebae6
3 changed files with 66 additions and 0 deletions

View File

@@ -14,3 +14,10 @@ hdykeypad > button, .dial-button, .delete-button {
.phone-number-entry {
font-size: 24px;
}
.error-state-message {
background-color: @error_color;
border-bottom: 1px solid darker(@error_color);
color: @theme_base_color;
padding: 6px;
}