diff --git a/html/poketube.ejs b/html/poketube.ejs
index 2ab387f2..25d874f3 100644
--- a/html/poketube.ejs
+++ b/html/poketube.ejs
@@ -281,6 +281,25 @@ a[data-onclick="jump_to_time"] {
font-size: 15px;
color: #777;
}
+
+
+#loopedIndicator {
+ display: none;
+ position: fixed;
+ bottom: 10px;
+ left: 10px;
+ background-color: #fff;
+ color: #000;
+ padding: 14px;
+ border-radius: 14px;
+ opacity: 0.8;
+ z-index: 999;
+ width: 13em;
+ text-align: center;
+ font-family: var(--text-font-primary);
+ font-weight: 600;
+ font-stretch: ultra-expanded;
+}
.comment-form :-moz-placeholder {
/* Firefox 18- */
@@ -684,6 +703,7 @@ background-color: #0000;