From 0722e5267e56e4db1971998a5a99c8b8d5acd310 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sun, 3 Oct 2021 23:59:59 +0900 Subject: [PATCH] Add: Document Popup - Window border radious --- userChrome.css | 1 + 1 file changed, 1 insertion(+) diff --git a/userChrome.css b/userChrome.css index 33d39b5..67e75a1 100644 --- a/userChrome.css +++ b/userChrome.css @@ -566,6 +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; } /*- Button ---------------------------------------------------------------*/