mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-18 07:56:44 +01:00
@@ -401,7 +401,7 @@ export class HaBaseTimeInput extends LitElement {
|
|||||||
|
|
||||||
.time-separator,
|
.time-separator,
|
||||||
ha-icon-button {
|
ha-icon-button {
|
||||||
background-color: var(--ha-color-fill-neutral-quiet-resting);
|
background-color: var(--ha-color-form-background);
|
||||||
color: var(--ha-color-text-secondary);
|
color: var(--ha-color-text-secondary);
|
||||||
border-bottom: 1px solid var(--ha-color-border-neutral-loud);
|
border-bottom: 1px solid var(--ha-color-border-neutral-loud);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
@@ -153,10 +153,7 @@ export class HaPickerField extends PickerMixin(LitElement) {
|
|||||||
right: 0;
|
right: 0;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: var(
|
background-color: var(--ha-color-border-neutral-loud);
|
||||||
--mdc-text-field-idle-line-color,
|
|
||||||
rgba(0, 0, 0, 0.42)
|
|
||||||
);
|
|
||||||
transform:
|
transform:
|
||||||
height 180ms ease-in-out,
|
height 180ms ease-in-out,
|
||||||
background-color 180ms ease-in-out;
|
background-color 180ms ease-in-out;
|
||||||
|
|||||||
@@ -82,6 +82,7 @@ class MoreInfoInputDatetime extends LitElement {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
--ha-input-padding-bottom: 0;
|
||||||
}
|
}
|
||||||
ha-date-input + ha-time-input {
|
ha-date-input + ha-time-input {
|
||||||
margin-left: var(--ha-space-1);
|
margin-left: var(--ha-space-1);
|
||||||
|
|||||||
Reference in New Issue
Block a user