Merge pull request #180 from SunboX/fix-light-theme

fix light theme
This commit is contained in:
André Fiedler 2017-06-06 20:36:59 +02:00 коммит произвёл GitHub
Родитель 26b69287f8 66ee0a7f17
Коммит 085b719bf4
10 изменённых файлов: 30 добавлений и 30 удалений

Просмотреть файл

@ -233,11 +233,11 @@
Orientation="Horizontal">
<TextBlock
Text="{Binding Size, Converter={StaticResource BytesToHumanReadableConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"
Margin="0,0,8,0"/>
<TextBlock
Text="{Binding LastModified, Converter={StaticResource DateTimeToStringConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
</StackPanel>
<Button
@ -370,7 +370,7 @@
Background="{ThemeResource SystemControlHighlightListLowBrush}">
<!--
BorderThickness="0,1,0,0"
BorderBrush="{ThemeResource SystemControlForegroundBaseMediumBrush}">
BorderBrush="{ThemeResource SystemControlForegroundChromeDisabledLowBrush}">
-->
<TextBlock
Margin="10,3,10,5"

Просмотреть файл

@ -229,11 +229,11 @@
Orientation="Horizontal">
<TextBlock
Text="{Binding Size, Converter={StaticResource BytesToHumanReadableConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"
Margin="0,0,8,0"/>
<TextBlock
Text="{Binding LastModified, Converter={StaticResource DateTimeToStringConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
</StackPanel>
<interactivity:Interaction.Behaviors>

Просмотреть файл

@ -116,11 +116,11 @@
Orientation="Horizontal">
<TextBlock
Text="{Binding ResourceInfo.Size, Converter={StaticResource BytesToHumanReadableConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"
Margin="0,0,8,0"/>
<TextBlock
Text="{Binding ResourceInfo.LastModified, Converter={StaticResource DateTimeToStringConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}" />
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}" />
</StackPanel>
</StackPanel>
</Grid>
@ -131,7 +131,7 @@
Style="{StaticResource TitleTextBlockStyle}"
Margin="8"/>
<Border Margin="8,0" Background="{ThemeResource SystemControlForegroundBaseMediumBrush}" Height="1" />
<Border Margin="8,0" Background="{ThemeResource SystemControlForegroundChromeDisabledLowBrush}" Height="1" />
<Grid Margin="8,0,8,8">
<Grid.RowDefinitions>
@ -155,7 +155,7 @@
Text="Name"
x:Uid="Name"
Margin="0,8,8,8"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
<TextBlock
Grid.Row="0"
Grid.Column="1"
@ -169,7 +169,7 @@
Text="Path"
x:Uid="Path"
Margin="0,8,8,8"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
<TextBlock
Grid.Row="1"
Grid.Column="1"
@ -183,7 +183,7 @@
Text="Type"
x:Uid="Type"
Margin="0,8,8,8"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
<TextBlock
Grid.Row="2"
Grid.Column="1"
@ -197,7 +197,7 @@
Text="Content-Type"
x:Uid="ContentType"
Margin="0,8,8,8"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
<TextBlock
Grid.Row="3"
Grid.Column="1"
@ -211,7 +211,7 @@
Text="Size"
x:Uid="Size"
Margin="0,8,8,8"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
<TextBlock
Grid.Row="4"
Grid.Column="1"
@ -225,7 +225,7 @@
Text="Last modified"
x:Uid="LastModified"
Margin="0,8,8,8"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
<TextBlock
Grid.Row="5"
Grid.Column="1"
@ -240,7 +240,7 @@
Text="Created"
x:Uid="Created"
Margin="0,8,8,8"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
<TextBlock
Visibility="{Binding ResourceInfo.Created, Converter={StaticResource DateTimeToVisibilityConverter}}"
Grid.Row="6"
@ -256,7 +256,7 @@
Text="ETag"
x:Uid="ETag"
Margin="0,8,8,8"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
<TextBlock
Visibility="{Binding Converter={StaticResource ExpertModeToVisibilityConverter}}"
Grid.Row="7"

Просмотреть файл

@ -239,12 +239,12 @@
Orientation="Horizontal">
<TextBlock
Text="{Binding Size, Converter={StaticResource BytesToHumanReadableConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"
Margin="0,0,8,0"
Visibility="{Binding Converter={StaticResource IsFileAndNotFolderToVisibilityConverter}}"/>
<TextBlock
Text="{Binding LastModified, Converter={StaticResource DateTimeToStringConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
</StackPanel>
</Grid>
</DataTemplate>

Просмотреть файл

@ -240,12 +240,12 @@
Orientation="Horizontal">
<TextBlock
Text="{Binding Size, Converter={StaticResource BytesToHumanReadableConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"
Margin="0,0,8,0"
Visibility="{Binding Converter={StaticResource IsFileAndNotFolderToVisibilityConverter}}"/>
<TextBlock
Text="{Binding LastModified, Converter={StaticResource DateTimeToStringConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
</StackPanel>
</Grid>
</DataTemplate>

Просмотреть файл

@ -122,7 +122,7 @@
</Grid>
<Border
Margin="0,12"
Background="{ThemeResource SystemControlForegroundBaseMediumBrush}"
Background="{ThemeResource SystemControlForegroundChromeDisabledLowBrush}"
Height="1" />
<Button
@ -133,7 +133,7 @@
<Border
Margin="0,12"
Background="{ThemeResource SystemControlForegroundBaseMediumBrush}"
Background="{ThemeResource SystemControlForegroundChromeDisabledLowBrush}"
Height="1" />
<TextBlock

Просмотреть файл

@ -241,12 +241,12 @@
Orientation="Horizontal">
<TextBlock
Text="{Binding Size, Converter={StaticResource BytesToHumanReadableConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"
Margin="0,0,8,0"
Visibility="{Binding Converter={StaticResource IsFileAndNotFolderToVisibilityConverter}}"/>
<TextBlock
Text="{Binding LastModified, Converter={StaticResource DateTimeToStringConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
</StackPanel>
</Grid>
</DataTemplate>

Просмотреть файл

@ -229,11 +229,11 @@
Orientation="Horizontal">
<TextBlock
Text="{Binding Size, Converter={StaticResource BytesToHumanReadableConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"
Margin="0,0,8,0"/>
<TextBlock
Text="{Binding LastModified, Converter={StaticResource DateTimeToStringConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
</StackPanel>
<interactivity:Interaction.Behaviors>

Просмотреть файл

@ -229,11 +229,11 @@
Orientation="Horizontal">
<TextBlock
Text="{Binding Size, Converter={StaticResource BytesToHumanReadableConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"
Margin="0,0,8,0"/>
<TextBlock
Text="{Binding LastModified, Converter={StaticResource DateTimeToStringConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
</StackPanel>
<interactivity:Interaction.Behaviors>

Просмотреть файл

@ -229,11 +229,11 @@
Orientation="Horizontal">
<TextBlock
Text="{Binding Size, Converter={StaticResource BytesToHumanReadableConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"
Margin="0,0,8,0"/>
<TextBlock
Text="{Binding LastModified, Converter={StaticResource DateTimeToStringConverter}}"
Foreground="{StaticResource SystemControlForegroundBaseMediumBrush}"/>
Foreground="{StaticResource SystemControlForegroundChromeDisabledLowBrush}"/>
</StackPanel>
<interactivity:Interaction.Behaviors>