Fix background cards

This commit is contained in:
Paulus Schoutsen 2016-07-31 01:41:49 -07:00
parent dc64864a24
commit ad8a3cb59d
2 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,6 @@
<style>
:host {
display: block;
background-color: #E5E5E5;
padding-top: 8px;
padding-right: 8px;
}

View File

@ -20,6 +20,10 @@
-moz-user-select: none;
}
app-header-layout {
background-color: #E5E5E5;
}
ha-view-tabs {
margin-left: 12px;
--paper-tabs-selection-bar-color: #FFF;