diff --git a/tracker/tracker-assist/layout/index.html b/tracker/tracker-assist/layout/index.html index 6c1995e3d..8a3aa4c4b 100644 --- a/tracker/tracker-assist/layout/index.html +++ b/tracker/tracker-assist/layout/index.html @@ -70,11 +70,19 @@ display: none; } + #audio-btn, #video-btn { + color: #cc0000; + } + #audio-btn:after { text-transform: capitalize; content: 'Mute' } + #audio-btn.muted, #video-btn.off { + color: #888; + } + #audio-btn.muted .bi-mic-mute { display: inline-block; } @@ -117,6 +125,10 @@ padding: 8px 16px; } + #title-span { + font-weight: 500; + } + @@ -130,7 +142,7 @@