gtk-4: menus

This commit is contained in:
He4eT 2024-08-10 11:02:07 +02:00
commit ab61488c07
3 changed files with 10 additions and 4 deletions

View file

@ -1414,7 +1414,10 @@ menubar.chromium {background-color: @gtk_bg_color; color:@gtk_fg_color;}
.context-menu { font: initial; }
accelerator { color: alpha(currentColor,0.5); }
accelerator {
color: alpha(currentColor,0.5);
margin-left: 24px;
}
.background.popup { background-color: transparent; border-radius: 0.0px;}