diff --git a/changedetectionio/static/styles/scss/styles.scss b/changedetectionio/static/styles/scss/styles.scss
index 7d00d7390..ad578a806 100644
--- a/changedetectionio/static/styles/scss/styles.scss
+++ b/changedetectionio/static/styles/scss/styles.scss
@@ -1103,6 +1103,11 @@ ul {
background-color: var(--color-background-button-cancel);
color: #777;
}
+ &.error {
+ background-color: var(--color-background-button-error);
+ color: #fff;
+ opacity: 0.7;
+ }
@extend .inline-tag;
}
diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css
index 4870a5126..b980b26ff 100644
--- a/changedetectionio/static/styles/styles.css
+++ b/changedetectionio/static/styles/styles.css
@@ -1184,6 +1184,11 @@ ul {
background-color: var(--color-background-button-cancel);
color: #777; }
+.restock-label.error {
+ background-color: var(--color-background-button-error);
+ color: #fff;
+ opacity: 0.7; }
+
#chrome-extension-link {
padding: 9px;
border: 1px solid var(--color-grey-800);
diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html
index 90b0dd1b9..6b62a9b84 100644
--- a/changedetectionio/templates/watch-overview.html
+++ b/changedetectionio/templates/watch-overview.html
@@ -171,7 +171,7 @@
{% endif %}
{% elif not watch.has_restock_info %}
- No information
+ No information
{% endif %}