From 2ed959ed7c5280587b12417956de0e93199523a5 Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Sun, 13 Apr 2025 01:04:53 +0000 Subject: [PATCH] themes: Keep menubar color consistent when out of focus Same issue as 484b9cfe, just applied to the non-merged menubar instead. --- themes/Default/common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/Default/common.css b/themes/Default/common.css index 70cc866b32..574660e319 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -665,6 +665,10 @@ menubar { box-shadow: 0 -1px @edge-border-color inset; } +menubar:backdrop menuitem { + background-color: transparent; +} + menuitem:hover, menuitem:selected { border: 0px solid transparent;