Browse Source

Better button style path in previewer

MarcinZiabek 3 years ago
parent
commit
0fc0db55d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      QuestPDF.Previewer/PreviewerWindow.axaml

+ 1 - 1
QuestPDF.Previewer/PreviewerWindow.axaml

@@ -22,7 +22,7 @@
 			<Setter Property="Background" Value="#888"/>
 		</Style>
 		
-		<Style Selector="Button:pointerover /template/ ContentPresenter#PART_ContentPresenter">
+		<Style Selector="Button:pointerover /template/ ContentPresenter">
 			<Setter Property="Background" Value="#999"/>
 		</Style>
 	</Window.Styles>