File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<Style x : Key =" QueryBoxStyle" BasedOn =" {StaticResource BaseQueryBoxStyle}" TargetType =" {x:Type TextBox}" >
11
11
<Setter Property =" Foreground" Value =" #FF000000" />
12
- <Setter Property =" Background" Value =" #01FFFFFF " />
12
+ <Setter Property =" Background" Value =" Transparent " />
13
13
</Style >
14
14
15
- <Style x : Key =" QuerySuggestionBoxStyle" BasedOn =" {StaticResource BaseQuerySuggestionBoxStyle}" TargetType =" {x:Type TextBox}" >
16
- <Setter Property =" Foreground" Value =" #FF000000" />
17
- <Setter Property =" Background" Value =" #01FFFFFF" />
18
- </Style >
15
+ <Style x : Key =" QuerySuggestionBoxStyle" BasedOn =" {StaticResource BaseQuerySuggestionBoxStyle}" TargetType =" {x:Type TextBox}" />
19
16
20
17
<Style x : Key =" WindowBorderStyle" BasedOn =" {StaticResource BaseWindowBorderStyle}" TargetType =" {x:Type Border}" >
21
18
<Setter Property =" Background" >
You can’t perform that action at this time.
0 commit comments