From d585cb74d3879c8603813f0f01d497469f26d8f5 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Mon, 4 Oct 2021 20:06:32 +0900 Subject: [PATCH] Fix: Download Popup - Remove border radious at popup Can't apply at window(`#unknownContentTypeWindow`) --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 0cfef2fc..9858485d 100644 --- a/userChrome.css +++ b/userChrome.css @@ -566,7 +566,7 @@ #unknownContentType { color: var(--in-content-page-color) !important; background-color: var(--in-content-page-background) !important; - border-radius: 0 0 8px 8px !important; + /* border-radius: 0 0 8px 8px !important; */ } /*- Button ---------------------------------------------------------------*/