Skip to content

Commit

Permalink
refinement on the paper-tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
th3jesta committed Jan 11, 2023
1 parent e0f3411 commit e0aba4d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions themes/lcars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
color: black;
}
paper-tab.iron-selected {
background: var(--lcars-ui-primary) !important;
background: var(--lcars-ui-tertiary) !important;
color: black;
}
paper-icon-item::before {
Expand All @@ -544,6 +544,8 @@
}
ha-tabs, paper-tabs {
--paper-tabs-selection-bar-color: transparent !important;
border-left: solid black 4px;
margin-left: 4px !important;
}
/* Code for the clock */
app-toolbar::after {
Expand Down Expand Up @@ -591,18 +593,18 @@
app-header, app-toolbar {
box-shadow: 30px 0px 0px 0px black;
}
#tabsContainer {
border-left: solid black 6px;
}
paper-tab.iron-selected {
margin-left: -2px;
margin-right: -2px;
background: var(--lcars-ui-tertiary);
border-left: 4px solid black;
border-right: 4px solid black;
}
paper-tab {
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 {
Expand All @@ -616,13 +618,15 @@
}
app-toolbar::before {
content: "";
position: inherit;
height: 40px;
width: 100px;
background-color: transparent;
border-top-left-radius: 40px;
box-shadow: -40px 0 0 0 var(--lcars-ui-primary);
margin-top: 80px;
margin-left: -16px;
z-index: 9997;
}
hui-image {
cursor: pointer;
Expand Down

0 comments on commit e0aba4d

Please sign in to comment.