瀏覽代碼

Better button style path in previewer

MarcinZiabek 3 年之前
父節點
當前提交
0fc0db55d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      QuestPDF.Previewer/PreviewerWindow.axaml

+ 1 - 1
QuestPDF.Previewer/PreviewerWindow.axaml

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