added text outline to lyric fs view
This commit is contained in:
parent
5ad59c4212
commit
44c7583cb2
1 changed files with 9 additions and 0 deletions
|
@ -3422,6 +3422,15 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 1.6em;
|
font-size: 1.6em;
|
||||||
|
text-shadow:
|
||||||
|
-1px -1px 0 #000,
|
||||||
|
0 -1px 0 #000,
|
||||||
|
1px -1px 0 #000,
|
||||||
|
1px 0 0 #000,
|
||||||
|
1px 1px 0 #000,
|
||||||
|
0 1px 0 #000,
|
||||||
|
-1px 1px 0 #000,
|
||||||
|
-1px 0 0 #000;
|
||||||
|
|
||||||
&:not(.active) {
|
&:not(.active) {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue