Skip to content

Commit 4daed34

Browse files
committed
Mute reader play control backgrounds
1 parent ed734d2 commit 4daed34

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

src/PrompterOne.Shared/wwwroot/design/modules/reader/20-controls.css

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -531,31 +531,27 @@
531531
width: 44px;
532532
height: 44px;
533533
border-radius: 50%;
534-
background: var(--gold-12);
534+
background: rgba(196,160,96,.08);
535535
}
536536
.rd-controls.rd-reading-active .rd-ctrl-btn.rd-ctrl-play,
537537
.rd-controls[data-active="true"] .rd-ctrl-btn.rd-ctrl-play,
538538
.rd-ctrl-btn.rd-ctrl-play[data-active="true"] {
539-
background-color: rgba(196,160,96,.06);
540-
background-image: none;
539+
background: rgba(196,160,96,.06);
541540
}
542541
.rd-ctrl-play:hover {
543-
background: var(--gold-16);
542+
background: rgba(196,160,96,.10);
544543
}
545544
.rd-controls.rd-reading-active .rd-ctrl-btn.rd-ctrl-play:hover,
546545
.rd-controls[data-active="true"] .rd-ctrl-btn.rd-ctrl-play:hover,
547546
.rd-ctrl-btn.rd-ctrl-play[data-active="true"]:hover {
548-
background-color: rgba(196,160,96,.08);
549-
background-image: none;
547+
background: rgba(196,160,96,.08);
550548
}
551549
#tp-play-btn[data-active="true"] {
552-
background-color: rgba(196,160,96,.06);
553-
background-image: none;
550+
background: rgba(196,160,96,.06);
554551
}
555552

556553
#tp-play-btn[data-active="true"]:hover {
557-
background-color: rgba(196,160,96,.08);
558-
background-image: none;
554+
background: rgba(196,160,96,.08);
559555
}
560556

561557
.rd-ctrl-label {

0 commit comments

Comments
 (0)