mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
themes: Keep headerbar color consistent when out of focus
On some system themes, the background color of menu items on a merged headerbar would be a different color from the rest of the menu when GIMP's main window was out of focus. This patch defines those items as clear so they become whatever color the rest of the headerbar is instead.
This commit is contained in:
parent
af754df863
commit
484b9cfe62
1 changed files with 4 additions and 0 deletions
|
@ -756,6 +756,10 @@ headerbar:backdrop * {
|
||||||
color: @disabled-fg-color;
|
color: @disabled-fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
headerbar:backdrop menuitem {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
/* Prevent overlapping menu/header borderlines for CSD */
|
/* Prevent overlapping menu/header borderlines for CSD */
|
||||||
headerbar button.titlebutton, headerbar > menubar {
|
headerbar button.titlebutton, headerbar > menubar {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue