mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 05:22:40 +02: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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user