diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py
index abf0c498b1a..98deab3f447 100644
--- a/homeassistant/components/frontend/version.py
+++ b/homeassistant/components/frontend/version.py
@@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_frontend script """
-VERSION = "c4722afa376379bc4457d54bb9a38cee"
+VERSION = "90c41bfbaa56f9a1c88db27a54f7d36b"
diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html
index 73fdb905114..18bb5c557f9 100644
--- a/homeassistant/components/frontend/www_static/frontend.html
+++ b/homeassistant/components/frontend/www_static/frontend.html
@@ -4010,6 +4010,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
transition: border .3s ease-in-out;
}
.label-badge .value {
+ font-size: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
@@ -4060,7 +4061,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
}
.blue {
- --ha-label-badge-color: #039be5;
+ --ha-label-badge-color: #039be5;
+ }
+
+ .green {
+ --ha-label-badge-color: #0DA035;
}
.grey {
@@ -4269,7 +4274,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
.current {
color: var(--secondary-text-color);
- }