From e7df8cb195409fd825c11406d79db4c508a8b6d5 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Sat, 23 Dec 2017 12:06:34 -0500 Subject: [PATCH] Mailbox empty state styling (#750) --- panels/mailbox/ha-panel-mailbox.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/panels/mailbox/ha-panel-mailbox.html b/panels/mailbox/ha-panel-mailbox.html index 8355a9623c..2103a6d7d0 100644 --- a/panels/mailbox/ha-panel-mailbox.html +++ b/panels/mailbox/ha-panel-mailbox.html @@ -40,6 +40,11 @@ cursor: pointer; } + .empty { + text-align: center; + color: var(--secondary-text-color); + } + .header { @apply(--paper-font-title); } @@ -99,7 +104,7 @@