From b22e6bd94eb3a1b372d42478f01a542dd0f7a6a1 Mon Sep 17 00:00:00 2001 From: Vince Date: Fri, 26 Feb 2021 11:37:16 +0800 Subject: [PATCH] update --- .../firefox/chrome/WhiteSur/rounded-title-buttons.css | 10 ---------- src/other/firefox/chrome/userChrome.css | 3 --- 2 files changed, 13 deletions(-) delete mode 100644 src/other/firefox/chrome/WhiteSur/rounded-title-buttons.css diff --git a/src/other/firefox/chrome/WhiteSur/rounded-title-buttons.css b/src/other/firefox/chrome/WhiteSur/rounded-title-buttons.css deleted file mode 100644 index 5ec34813..00000000 --- a/src/other/firefox/chrome/WhiteSur/rounded-title-buttons.css +++ /dev/null @@ -1,10 +0,0 @@ -/* Rounded title buttons (headerbar window controls) */ - -@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -:root[tabsintitlebar] #titlebar .titlebar-button { - border-radius: 100% !important; - height: 30px !important; - width: 30px !important; - margin: 2px 5px !important; -} diff --git a/src/other/firefox/chrome/userChrome.css b/src/other/firefox/chrome/userChrome.css index 048ddbce..b37233e3 100644 --- a/src/other/firefox/chrome/userChrome.css +++ b/src/other/firefox/chrome/userChrome.css @@ -18,9 +18,6 @@ * This feature is included by default for Firefox 70+ */ /*@import "WhiteSur/matching-autocomplete-width.css"; /**/ -/* Rounded title buttons (headerbar window controls) (GNOMISH) */ -/*@import "WhiteSur/rounded-title-buttons.css"; /**/ - /* Rounded window even when it gets maximized */ /*@import "WhiteSur/rounded-window-maximized.css"; /**/