Pārlūkot izejas kodu

use opacity for muted clock elements

This allows us to use different colours for different timers,
which will be useful when we add a pacing timer.
Adam Spiers 8 gadi atpakaļ
vecāks
revīzija
89b0c5a8d0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      plugin/notes/notes.html

+ 1 - 1
plugin/notes/notes.html

@@ -124,7 +124,7 @@
 				}
 
 				.speaker-controls-time span.mute {
-					color: #bbb;
+					opacity: 0.3;
 				}
 
 				.speaker-controls-notes {