diff --git a/themes/lcars.yaml b/themes/lcars.yaml index 7c73271..00699b4 100755 --- a/themes/lcars.yaml +++ b/themes/lcars.yaml @@ -326,6 +326,7 @@ border-bottom: 10px solid var(--lcars-card-bottom-color); border-left: 35px solid var(--lcars-card-bottom-color); margin-top: unset; + position: relative; } ha-card.footer > span { background: black; @@ -352,7 +353,7 @@ } ha-card.footer.type-thermostat > .content { border-radius: 0px 0px 0px 20px; - } + } /* to be depraceted eventually due to changes in the card */ ha-card.footer.type-picture-entity { border-radius: 0px 0px 0px 20px; } @@ -377,6 +378,14 @@ background: black; border-radius: 0px 0px 0px 20px; } + ha-card.footer.type-thermostat > p { + background: black; + } + ha-card.footer > ha-state-control-climate-temperature { + background: black !important; + border-radius: 0px 0px 0px 20px; + max-width: unset; + } /* Border on the right */ ha-card.footer-right { background: var(--lcars-card-bottom-color) !important; @@ -429,6 +438,14 @@ background: black; border-radius: 0px 0px 20px 0px; } + ha-card.footer-right.type-thermostat > p { + background: black; + } + ha-card.footer-right > ha-state-control-climate-temperature { + background: black !important; + border-radius: 0px 0px 20px 0px; + max-width: unset; + } /* Border on both sides */ ha-card.footer-contained { background: var(--lcars-card-bottom-color) !important; @@ -481,6 +498,14 @@ ha-card.footer-contained > .info { background: black !important; } + ha-card.footer-contained.type-thermostat > p { + background: black; + } + ha-card.footer-contained > ha-state-control-climate-temperature { + background: black !important; + border-radius: 0px 0px 20px 20px; + max-width: unset; + } /* Border on neither side */ ha-card.footer-open { background: var(--lcars-card-bottom-color) !important; @@ -522,7 +547,14 @@ ha-card.footer-open > .info { background: black !important; } - + ha-card.footer-open.type-thermostat > p { + background: black; + } + ha-card.footer-open > ha-state-control-climate-temperature { + background: black !important; + max-width: unset; + } + /* Fixes across card types */ ha-card.footer.type-button, ha-card.footer-right.type-button,