Skip to content

Commit

Permalink
fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu committed Mar 2, 2022
1 parent 0f88aef commit 92107ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Mint-Y/gtk-3.0/sass/_applications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,10 @@ SynapseGuiViewVirgilio *:selected { background-color: $selected_bg_color; }
background-color: $panel_bg;

// &, menubar { background-color: $panel_bg; }
&, menubar { background-image: $panel_bg_panel; }
&, menubar {
background-image: linear-gradient(to bottom,
$panel_bg_panel,
shade($panel_bg_panel, 0.85)); }

menubar,
#PanelApplet label,
Expand Down

0 comments on commit 92107ba

Please sign in to comment.