mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
themes: Define menubar menuitem padding
Since we did not define the padding between menu items in the menubar, some system themes caused them to scrunch together. This patch sets the padding to match the "default" GTK CSS to ensure there's distance between each item in the menubar.
This commit is contained in:
parent
06a0bafe79
commit
abfd6cd6dc
1 changed files with 5 additions and 0 deletions
|
@ -686,6 +686,11 @@ menuitem menuitem {
|
|||
background: @extreme-bg-color;
|
||||
}
|
||||
|
||||
menubar menuitem {
|
||||
min-height: 16px;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
/* A top (File, Edit) menubar item when its menu is expanded. */
|
||||
menubar > menuitem:hover {
|
||||
color: @fg-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue