create sharp_menupopup_corners.css

This commit is contained in:
MrOtherGuy 2021-06-02 10:11:07 +03:00
parent 5e32db2d44
commit 025cc33886
3 changed files with 9 additions and 1 deletions

View file

@ -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 }

View file

@ -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"]
}

View file

@ -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

1 auto_devtools_theme_for_rdm.css,devtools,colors
126 window_control_placeholder_support.css,window-control,patch
127 non_floating_sharp_tabs.css,tab,proton,buttons
128 autohide_main_toolbar.css,toolbars,autohide,nav-bar
129 sharp_menupopup_corners.css,popup,menu,proton