Skip to content

Commit fe3cc89

Browse files
authored
Merge branch 'dev' into add_update_progress_msg
2 parents f636606 + dd80228 commit fe3cc89

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Flow.Launcher/Themes/BlurWhite.xaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@
99

1010
<Style x:Key="QueryBoxStyle" BasedOn="{StaticResource BaseQueryBoxStyle}" TargetType="{x:Type TextBox}">
1111
<Setter Property="Foreground" Value="#FF000000" />
12-
<Setter Property="Background" Value="#01FFFFFF" />
12+
<Setter Property="Background" Value="Transparent" />
1313
</Style>
1414

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}" />
1916

2017
<Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}">
2118
<Setter Property="Background">

0 commit comments

Comments
 (0)