File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 32
32
</ControlTemplate >
33
33
</Setter .Value>
34
34
</Setter >
35
- <Setter Property =" Foreground" Value =" Blue " />
35
+ <Setter Property =" Foreground" Value =" {StaticResource CaptionHyperlinkBrush} " />
36
36
<Setter Property =" Cursor" Value =" Hand" />
37
37
<Style .Triggers>
38
38
<Trigger Property =" IsMouseOver" Value =" true" >
39
- <Setter Property =" Foreground" Value =" Red " />
39
+ <Setter Property =" Foreground" Value =" {StaticResource CaptionHyperlinkVisitedBrush} " />
40
40
</Trigger >
41
41
<Trigger Property =" IsEnabled" Value =" false" >
42
42
<Setter Property =" Foreground" Value =" {StaticResource CaptionDisabledBrush}" />
Original file line number Diff line number Diff line change 37
37
<Color x : Key =" ExpanderBackgroundColor" >#FFFFFFFF</Color >
38
38
<Color x : Key =" CaptionLightColor" >#FFFFFFFF</Color >
39
39
<Color x : Key =" CaptionDisabledColor" >#FF808080</Color >
40
+ <Color x : Key =" CaptionHyperlinkColor" >#FF0000FF</Color >
41
+ <Color x : Key =" CaptionHyperlinkVisitedColor" >#FFFF0000</Color >
40
42
<Color x : Key =" BackgroundDarkColor" >#FFA9A9A9</Color >
41
43
<Color x : Key =" BackgroundLightColor" >#FFF5F5F5</Color >
42
44
<Color x : Key =" HeaderBackgroundDarkColor" >#FFA9A9A9</Color >
63
65
<SolidColorBrush x : Key =" ExpanderBorderBrush" Color =" {StaticResource ExpanderBorderColor}" />
64
66
<SolidColorBrush x : Key =" CaptionLightBrush" Color =" {StaticResource CaptionLightColor}" />
65
67
<SolidColorBrush x : Key =" CaptionDisabledBrush" Color =" {StaticResource CaptionDisabledColor}" />
68
+ <SolidColorBrush x : Key =" CaptionHyperlinkBrush" Color =" {StaticResource CaptionHyperlinkColor}" />
69
+ <SolidColorBrush x : Key =" CaptionHyperlinkVisitedBrush" Color =" {StaticResource CaptionHyperlinkVisitedColor}" />
66
70
<SolidColorBrush x : Key =" BackgroundDarkBrush" Color =" {StaticResource BackgroundDarkColor}" />
67
71
<SolidColorBrush x : Key =" BackgroundLightBrush" Color =" {StaticResource BackgroundLightColor}" />
68
72
<SolidColorBrush x : Key =" BackgroundWhiteBrush" Color =" {StaticResource BackgroundWhiteColor}" />
You can’t perform that action at this time.
0 commit comments