mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
themes: Keep menubar color consistent when out of focus
Same issue as 484b9cfe
, just applied to the
non-merged menubar instead.
This commit is contained in:
parent
2cedc9fc96
commit
2ed959ed7c
1 changed files with 4 additions and 0 deletions
|
@ -665,6 +665,10 @@ menubar {
|
||||||
box-shadow: 0 -1px @edge-border-color inset;
|
box-shadow: 0 -1px @edge-border-color inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
menubar:backdrop menuitem {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
menuitem:hover, menuitem:selected
|
menuitem:hover, menuitem:selected
|
||||||
{
|
{
|
||||||
border: 0px solid transparent;
|
border: 0px solid transparent;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue