From 73b037014c896af404512799c266c162096ccbd2 Mon Sep 17 00:00:00 2001 From: SBence <43538202+SBence@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:02:58 +0200 Subject: [PATCH] fix: Redefine border-radius-medium for box like Essentials Fixes the inner border radius of selected box like Essentials. --- SuperPins/chrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperPins/chrome.css b/SuperPins/chrome.css index 93b762d..1a83dc4 100644 --- a/SuperPins/chrome.css +++ b/SuperPins/chrome.css @@ -376,7 +376,7 @@ /* Make Essentials look more box like */ @media (-moz-pref("uc.essentials.box-like-corners")) { .tabbrowser-tab[zen-essential="true"] .tab-stack .tab-background { - border-radius: 5px !important; + --border-radius-medium: 5px; } }