Skip to content

Commit

Permalink
Fix menu bar color.
Browse files Browse the repository at this point in the history
Since the font color is set generally for widgets
the menu bar did not get its individual color.
The css rule got  refined to be not overwritten by the p-widget rule.

Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
  • Loading branch information
jbicker committed Aug 23, 2019
1 parent 566ebda commit e2d1a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/browser/style/menus.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
|----------------------------------------------------------------------------*/


.p-MenuBar {
.p-Widget.p-MenuBar {
padding-left: 5px;
background: var(--theia-menu-color0);
color: var(--theia-ui-bar-font-color1);
Expand Down

0 comments on commit e2d1a41

Please sign in to comment.