diff --git a/panels/history/ha-panel-history.html b/panels/history/ha-panel-history.html
index 7d38b24828..9f074eb30f 100644
--- a/panels/history/ha-panel-history.html
+++ b/panels/history/ha-panel-history.html
@@ -14,6 +14,7 @@
+
@@ -24,10 +25,6 @@
}
vaadin-date-picker {
- --vaadin-date-picker-clear-icon: {
- display: none;
- }
- margin-bottom: 24px;
margin-right: 16px;
max-width: 200px;
}
@@ -64,6 +61,7 @@
value='{{_currentDate}}'
label="[[localize('ui.panel.history.showing_entries')]]"
disabled='[[isLoadingData]]'
+ required
>
+
@@ -70,6 +71,7 @@
value='{{_currentDate}}'
label="[[localize('ui.panel.logbook.showing_entries')]]"
disabled='[[isLoading]]'
+ required
>
diff --git a/src/resources/ha-date-picker-style.html b/src/resources/ha-date-picker-style.html
new file mode 100644
index 0000000000..9a1233a37d
--- /dev/null
+++ b/src/resources/ha-date-picker-style.html
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+