File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 175175 <Setter Property =" Background" Value =" {DynamicResource BsAccentButtonPointerOverBackGround}" />
176176 </Style >
177177
178+ <Style Selector =" Button.Secondary" >
179+ <Setter Property =" Background" Value =" {DynamicResource SecondaryButtonBackGround}" />
180+ </Style >
181+
182+ <Style Selector =" Button.Secondary:pointerover > ContentPresenter#PART_ContentPresenter2" >
183+ <Setter Property =" Background" Value =" {DynamicResource SecondaryButtonPointerOverBackGround}" />
184+ </Style >
185+
178186 <!-- SEPARATOR -->
179187 <!-- SEPARATOR -->
180188 <!-- SEPARATOR -->
Original file line number Diff line number Diff line change 5151 IsVisible =" {Binding ShowUpdateObservable}"
5252 HorizontalAlignment =" Left"
5353 Classes.GenericButton=" True"
54- Classes.Accent =" {Binding IsAVersionMandatory}" >
54+ Classes.Secondary =" {Binding IsAVersionMandatory}" >
5555
5656 <StackPanel Orientation =" Horizontal" >
5757 <StackPanel IsVisible =" {Binding !IsAVersionMandatory}" >
You can’t perform that action at this time.
0 commit comments