From 025cc33886ee16f0d41cd69717899bf97264b51d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 2 Jun 2021 10:11:07 +0300 Subject: [PATCH] create sharp_menupopup_corners.css --- chrome/sharp_menupopup_corners.css | 6 ++++++ html_resources/tagmap.json | 3 ++- tags.csv | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 chrome/sharp_menupopup_corners.css diff --git a/chrome/sharp_menupopup_corners.css b/chrome/sharp_menupopup_corners.css new file mode 100644 index 0000000..2b24a29 --- /dev/null +++ b/chrome/sharp_menupopup_corners.css @@ -0,0 +1,6 @@ +/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/sharp_menupopup_corners.css made available under Mozilla Public License v. 2.0 +See the above repository for updates as well as full license text. */ + +menupopup, +.menupopup-arrowscrollbox{ border-radius: 0 !important; } +:root{ --arrowpanel-border-radius:0px !important } \ No newline at end of file diff --git a/html_resources/tagmap.json b/html_resources/tagmap.json index 40d0dff..43c65bd 100644 --- a/html_resources/tagmap.json +++ b/html_resources/tagmap.json @@ -126,5 +126,6 @@ "window_control_fallback_for_custom_windows_theme.css":["window-control","buttons","colors","patch"], "window_control_placeholder_support.css":["window-control","patch"], "non_floating_sharp_tabs.css":["tab","proton","buttons"], -"autohide_main_toolbar.css":["toolbars","autohide","nav-bar"] +"autohide_main_toolbar.css":["toolbars","autohide","nav-bar"], +"sharp_menupopup_corners.css":["popup","menu","proton"] } diff --git a/tags.csv b/tags.csv index b4a7189..17541c2 100644 --- a/tags.csv +++ b/tags.csv @@ -126,3 +126,4 @@ window_control_fallback_for_custom_windows_theme.css,window-control,buttons,colo window_control_placeholder_support.css,window-control,patch non_floating_sharp_tabs.css,tab,proton,buttons autohide_main_toolbar.css,toolbars,autohide,nav-bar +sharp_menupopup_corners.css,popup,menu,proton