mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 11:56:34 +00:00
Style updates after paper-toolbar got new CSS
This commit is contained in:
parent
7a86b86745
commit
493e86ae5f
@ -32,6 +32,10 @@ Too broken for now.
|
||||
--paper-menu-background-color: #fafafa;
|
||||
}*/
|
||||
|
||||
div.title {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.menu {
|
||||
color: var(--secondary-text-color);
|
||||
background-color: #fafafa;
|
||||
|
@ -12,6 +12,10 @@
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
.title {
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
<template>
|
||||
<paper-scroll-header-panel class='fit'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user