mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-10-14 04:55:54 +00:00
create menulike_bookmarks_folder_popups.css
This commit is contained in:
parent
a02c978ebf
commit
e278651723
3 changed files with 27 additions and 1 deletions
24
chrome/menulike_bookmarks_folder_popups.css
Normal file
24
chrome/menulike_bookmarks_folder_popups.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* 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) !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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue