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.
This commit is contained in:
parent
a161acaba9
commit
89b0c5a8d0
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.speaker-controls-time span.mute {
|
.speaker-controls-time span.mute {
|
||||||
color: #bbb;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.speaker-controls-notes {
|
.speaker-controls-notes {
|
||||||
|
|
Loading…
Reference in a new issue