mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 20:36:35 +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;
|
--paper-menu-background-color: #fafafa;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
div.title {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
div.menu {
|
div.menu {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
|
@ -12,6 +12,10 @@
|
|||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<template>
|
<template>
|
||||||
<paper-scroll-header-panel class='fit'>
|
<paper-scroll-header-panel class='fit'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user