From 84f167a03cd95eb0baedaa2bfa89d8406437eb08 Mon Sep 17 00:00:00 2001 From: Blackflighter <43513164+Blackflighter@users.noreply.github.com> Date: Sat, 28 Feb 2026 08:16:55 +1100 Subject: [PATCH] Fix border-radius not being visible for leptonContent.css --- css/leptonContent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/leptonContent.css b/css/leptonContent.css index d8e968d..23e2f77 100644 --- a/css/leptonContent.css +++ b/css/leptonContent.css @@ -85,7 +85,7 @@ @media -moz-pref("userContent.player.ui") { audio { --duration-color: #929292; /* Like Original */ - --media-background: rgba(26, 26, 26, 0.8); /* Like Original */ + background: rgba(26, 26, 26, 0.8); /* Like Original */ border-radius: 8px; --box-shadow1: rgba(14, 13, 26, 0.12); --box-shadow2: rgba(7, 48, 114, 0.12);