diff --git a/themes/Default/common.css b/themes/Default/common.css index 1199c91b15..f945603b5a 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -756,6 +756,10 @@ headerbar:backdrop * { color: @disabled-fg-color; } +headerbar:backdrop menuitem { + background-color: transparent; +} + /* Prevent overlapping menu/header borderlines for CSD */ headerbar button.titlebutton, headerbar > menubar { box-shadow: none;