Skip to content

Commit

Permalink
Changed windows control hover backgorund;
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna committed Sep 23, 2021
1 parent 88c0aba commit 1d1e142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Views/CustomTitleBars/MacosTitleBarView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@


<Style Selector="Button.WindowControlBtn:pointerover /template/ ContentPresenter#PART_ContentPresenter">
<Setter Property="Background" Value="#44AAAA" />
<Setter Property="Background" Value="#44AAAAAA" />
</Style>
<Style
Selector="Button.WindowControlBtn:not(:pointerover) /template/ ContentPresenter#PART_ContentPresenter">
Expand Down

0 comments on commit 1d1e142

Please sign in to comment.