Skip to content

Commit

Permalink
fix vala panel appmenu menu label weight
Browse files Browse the repository at this point in the history
  • Loading branch information
reorr committed Nov 12, 2018
1 parent 1a4e65f commit b9c8b81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gtk/fantome/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -4267,6 +4267,14 @@ filechooser placessidebar.sidebar scrollbar,
box-shadow: inset 0 0px;
}

.-vala-panel-appmenu-private > menuitem > label {
font-weight: normal;
}

.-vala-panel-appmenu-private > menuitem:first-child > label {
font-weight: bold;
}

.primary-toolbar.horizontal{
border-width: 0;
}
Expand Down

0 comments on commit b9c8b81

Please sign in to comment.