Skip to content

Commit

Permalink
Merge pull request #36 from csanner/master
Browse files Browse the repository at this point in the history
Change for issue 13
  • Loading branch information
th3jesta authored Jan 11, 2023
2 parents a16100a + 7edb7a5 commit e0f3411
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions themes/lcars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,8 @@
/* Code for the clock */
app-toolbar::after {
content: "{{states('sensor.time')}}";
margin-left: -2px;
margin-right: -2px;
color: var(--text-primary-color);
visibility: visible;
position: absolute;
Expand Down Expand Up @@ -590,16 +592,18 @@
box-shadow: 30px 0px 0px 0px black;
}
paper-tab.iron-selected {
margin-left: -2px;
margin-right: -2px;
background: var(--lcars-ui-tertiary);
border-radius: 30px;
height: 75%;
margin-top: 10px;
border-left: 4px solid black;
border-right: 4px solid black;
}
paper-tab {
background: var(--lcars-blue);
border-radius: 30px;
height: 75%;
margin-top: 10px;
margin-left: -2px;
margin-right: -2px;
background: var(--lcars-ui-secondary);
border-left: 4px solid black;
border-right: 4px solid black;
}
ha-icon-button#add-view {
margin-top: 4px;
Expand Down Expand Up @@ -756,6 +760,10 @@
border-bottom: 4px solid;
background-color: var(--lcars-ui-secondary);
}
a.iron-selected {
background-color: var(--lcars-ui-tertiary);
}

.spacer {
border-bottom: 4px solid black;
}
Expand Down

0 comments on commit e0f3411

Please sign in to comment.