mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
3f5bc73e69
Firefox 105 won't have these anymore as per https://bugzilla.mozilla.org/show_bug.cgi?id=1782858
24 lines
No EOL
1 KiB
CSS
24 lines
No EOL
1 KiB
CSS
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/menulike_bookmarks_folder_popups.css made available under Mozilla Public License v. 2.0
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
/* This style makes menus from bookmarks toolbar folders look like context menus do (on Win10) which was the behavior pre-fx92 */
|
|
|
|
menupopup[placespopup="true"]{
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
--arrowpanel-background: var(--menu-background-color,Menu) !important;
|
|
border-radius: var(--panel-border-radius) !important;
|
|
}
|
|
.menupopup-arrowscrollbox{
|
|
margin-top: 1px !important;
|
|
border: 1px solid var(--panel-border-color) !important;
|
|
padding: var(--panel-padding) !important;
|
|
border-radius: var(--panel-border-radius) !important;
|
|
}
|
|
:where(menupopup[placespopup="true"]) menu,
|
|
:where(menupopup[placespopup="true"]) menuitem{
|
|
margin-inline: 0 !important;
|
|
padding-inline-start: 1em !important;
|
|
border-radius: 0 !important;
|
|
padding-block: 0.5em !important;
|
|
} |