diff --git a/themes/Default/common.css b/themes/Default/common.css index 28ff367f88..077e39024f 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -372,6 +372,11 @@ border { /* Top menu items */ +/* give the menu bar a color, fix for the default color being too dark */ +menubar { + background-color: @bg-color; +} + /* The top menu item itself: File, Edit ... */ menuitem menuitem { color: @fg-color;