Here "menu" means something which appears when you hit F10. (Not the menubar.)
Because my display is small, several options are hidden below. (See the following image. You can not see "Quit".)
This is sometimes annoying me, so I would like to make the line hight in the menu list smaller. But the following gtk.css
does not affect the line-height.
#pane #menubar GtkMenuShell
{
line-height: 100px !important;
background-color: #000;
}
My question is : what should I write in gtk.css
to change the line-height in the list of menu?