diff --git a/src/more-infos/more-info-light.html b/src/more-infos/more-info-light.html
index c4dba5d3c3..947df2c8db 100644
--- a/src/more-infos/more-info-light.html
+++ b/src/more-infos/more-info-light.html
@@ -2,7 +2,7 @@
-
+
@@ -46,18 +46,22 @@
.has-rgb_color ha-color-picker {
max-height: 200px;
}
+
+ paper-item {
+ cursor: pointer;
+ }
diff --git a/src/more-infos/more-info-media_player.html b/src/more-infos/more-info-media_player.html
index 0a29e98ba0..faaa3257bd 100644
--- a/src/more-infos/more-info-media_player.html
+++ b/src/more-infos/more-info-media_player.html
@@ -7,7 +7,7 @@
-
+
@@ -46,6 +46,10 @@
[hidden] {
display: none !important;
}
+
+ paper-item {
+ cursor: pointer;
+ }
@@ -93,11 +97,11 @@
hidden$='[[computeHideSelectSource(isOff, supportsSelectSource)]]'>
-
+
[[item]]
-
+
diff --git a/src/resources/ha-style.html b/src/resources/ha-style.html
index 4c6ef18d90..636216c2eb 100644
--- a/src/resources/ha-style.html
+++ b/src/resources/ha-style.html
@@ -9,7 +9,6 @@
--paper-grey-200: #eeeeee;
--dark-primary-color: #0288D1;
- --default-primary-color: #03A9F4;
--primary-color: #03A9F4;
--light-primary-color: #B3E5FC;
--text-primary-color: #ffffff;
@@ -32,7 +31,7 @@
--paper-slider-container-color: var(--divider-color);
--paper-card-background-color: #FFF;
- --paper-menu-background-color: #FFF;
+ --paper-listbox-background-color: #FFF;
/* Taken from paper-styles/color.html */
/* for paper-spinner */
@@ -88,7 +87,7 @@
.card-actions > paper-button:not([disabled]),
.card-actions > ha-call-api-button:not([disabled]),
.card-actions > ha-call-service-button:not([disabled]) {
- color: var(--default-primary-color);
+ color: var(--primary-color);
font-weight: 500;
}
diff --git a/src/state-summary/state-card-configurator.html b/src/state-summary/state-card-configurator.html
index d47d4e1e3a..499c382c60 100644
--- a/src/state-summary/state-card-configurator.html
+++ b/src/state-summary/state-card-configurator.html
@@ -11,7 +11,7 @@
@@ -28,11 +32,11 @@
on-tap='stopPropagation'
selected-item-label='{{selectedOption}}'
label='[[computeStateName(stateObj)]]'>
-
+
[[item]]
-
+
diff --git a/src/state-summary/state-card-scene.html b/src/state-summary/state-card-scene.html
index f2109e1d22..f483e6c21a 100644
--- a/src/state-summary/state-card-scene.html
+++ b/src/state-summary/state-card-scene.html
@@ -11,7 +11,7 @@