@TheTwelveYearOld to Firefox CSSEnglish • 1 year agoRemoving the shadows from the dropdown menus? I tried some CSS in the comments but it didn't work.imagemessage-square1arrow-up113arrow-down12cross-posted to: [email protected][email protected]
arrow-up111arrow-down1imageRemoving the shadows from the dropdown menus? I tried some CSS in the comments but it didn't work.@TheTwelveYearOld to Firefox CSSEnglish • 1 year agomessage-square1cross-posted to: [email protected][email protected]
minus-square@TheTwelveYearOldOPlinkEnglish0•1 year agoThis is the CSS I tried: .menupopup-arrowscrollbox, .menupopup-arrowscrollbox::part(content), &::part(content) { box-shadow: none !important; border: none !important; } menupopup, panel { --panel-shadow: none !important; } menupopup > menu { box-shadow: none !important; }
This is the CSS I tried:
.menupopup-arrowscrollbox, .menupopup-arrowscrollbox::part(content), &::part(content) { box-shadow: none !important; border: none !important; } menupopup, panel { --panel-shadow: none !important; } menupopup > menu { box-shadow: none !important; }