mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Set header and tab color (#6582)
This commit is contained in:
parent
7f819f0020
commit
1eac9fa1cd
@ -342,6 +342,7 @@ export class HuiDialogEditView extends LitElement {
|
||||
css`
|
||||
h2 {
|
||||
display: block;
|
||||
color: var(--primary-text-color);
|
||||
line-height: normal;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@ -380,6 +381,7 @@ export class HuiDialogEditView extends LitElement {
|
||||
}
|
||||
paper-tabs {
|
||||
--paper-tabs-selection-bar-color: var(--primary-color);
|
||||
color: var(--primary-text-color);
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
||||
padding: 0 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user