TheTwelveYearOld@lemmy.world to Firefox CSS@lemmy.worldEnglish · 1 year agoRemoving the shadows from the dropdown menus? I tried some CSS in the comments but it didn't work.lemmy.worldimagemessage-square1fedilinkarrow-up113arrow-down12
arrow-up111arrow-down1imageRemoving the shadows from the dropdown menus? I tried some CSS in the comments but it didn't work.lemmy.worldTheTwelveYearOld@lemmy.world to Firefox CSS@lemmy.worldEnglish · 1 year agomessage-square1fedilink
minus-squareTheTwelveYearOld@lemmy.worldOPlinkfedilinkEnglisharrow-up1arrow-down1·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; }