diff --git a/11-Shatter b/11-Shatter index 90c23e7..452ab39 100644 --- a/11-Shatter +++ b/11-Shatter @@ -50,7 +50,7 @@ attribute:"title" }); }); - + - + @@ -185,7 +185,10 @@ tumblr_npf_audio({ margin-left:calc(18px + var(--NPF-Audio-Buttons-Padding)); } -.npf-audio-play, .npf-audio-pause { position:relative } +.npf-audio-play, .npf-audio-pause { + position:relative; + z-index:0; +} .npf-audio-play:after, .npf-audio-pause:after { content:""; @@ -197,6 +200,7 @@ tumblr_npf_audio({ height:calc(100% + (var(--NPF-Audio-Buttons-Padding) * 2)); background:rgba({RGBcolor:bold},0.2); border-radius:100%; + z-index:-1; } .npf-audio-play svg { margin-left:1px; }