- Home Assistant
+ [[title]]
[[error]]
@@ -49,6 +49,11 @@ Polymer({
value: false,
},
+ title: {
+ type: String,
+ value: 'Home Assistant',
+ },
+
error: {
type: String,
value: 'Oops! It looks like something went wrong.'
diff --git a/src/resources/ha-style.html b/src/resources/ha-style.html
index ab842b242d..06b745f740 100644
--- a/src/resources/ha-style.html
+++ b/src/resources/ha-style.html
@@ -86,16 +86,16 @@
@apply(--paper-font-title);
}
- .card-actions > paper-button:not([disabled]),
- .card-actions > ha-call-api-button:not([disabled]),
- .card-actions > ha-call-service-button:not([disabled]) {
+ .card-actions paper-button:not([disabled]),
+ .card-actions ha-call-api-button:not([disabled]),
+ .card-actions ha-call-service-button:not([disabled]) {
color: var(--primary-color);
font-weight: 500;
}
- .card-actions > paper-button.warning:not([disabled]),
- .card-actions > ha-call-api-button.warning:not([disabled]),
- .card-actions > ha-call-service-button.warning:not([disabled]) {
+ .card-actions paper-button.warning:not([disabled]),
+ .card-actions ha-call-api-button.warning:not([disabled]),
+ .card-actions ha-call-service-button.warning:not([disabled]) {
color: var(--google-red-500);
}