Skip to content

Commit

Permalink
Sidebar and SidebarItem styling
Browse files Browse the repository at this point in the history
  • Loading branch information
darklinkpower committed Nov 11, 2020
1 parent 019855b commit 0c48e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Stardust2.0/CustomControls/SidebarItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Setter Property="WindowChrome.IsHitTestVisibleInChrome" Value="True" />
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="VerticalAlignment" Value="Stretch" />
<Setter Property="Foreground" Value="{DynamicResource ButtonBackgroundBrush}" />
<Setter Property="Foreground" Value="{DynamicResource TextBrushDarker}" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="FocusVisualStyle" Value="{x:Null}" />
<Setter Property="BorderThickness" Value="3,0,0,0" />
Expand Down
2 changes: 1 addition & 1 deletion Stardust2.0/Views/Sidebar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Sidebar}">
<Border Background="#1c1c1c" BorderThickness="0,0,0,0" BorderBrush="{DynamicResource PanelSeparatorBrush}"
<Border Background="#1c1c1c" BorderThickness="0,0,0,0" BorderBrush="{DynamicResource ControlBackgroundBrush}"
x:Name="BorderContentHolder">
<DockPanel x:Name="DockContentHolder">
<Border x:Name="PART_ElemMainMenu" Background="#1c1c1c"
Expand Down

0 comments on commit 0c48e6e

Please sign in to comment.