MainWindow: show error message when making calls isn't possible
This commit is contained in:
committed by
Julian Sparber
parent
f63936d772
commit
a9bd1ebae6
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user