diff --git a/src/api/dashboard/static/index.html b/src/api/dashboard/static/index.html
index 21ce853..102b1b4 100644
--- a/src/api/dashboard/static/index.html
+++ b/src/api/dashboard/static/index.html
@@ -722,6 +722,15 @@
.ta-ma-change.positive { color: var(--tv-green); }
.ta-ma-change.negative { color: var(--tv-red); }
+ .indicator-item.selected {
+ border-color: var(--tv-blue) !important;
+ background: rgba(41, 98, 255, 0.1) !important;
+ }
+
+ .indicator-item:hover {
+ background: var(--tv-hover);
+ }
+
.ta-level {
display: flex;
justify-content: space-between;
@@ -1138,2045 +1147,20 @@
+
+
+