diff --git a/src/Ursa.Themes.Semi/Controls/MultiComboBox.axaml b/src/Ursa.Themes.Semi/Controls/MultiComboBox.axaml index 59bce8d..d5ec4cd 100644 --- a/src/Ursa.Themes.Semi/Controls/MultiComboBox.axaml +++ b/src/Ursa.Themes.Semi/Controls/MultiComboBox.axaml @@ -267,11 +267,13 @@ diff --git a/src/Ursa.Themes.Semi/Controls/SelectionList.axaml b/src/Ursa.Themes.Semi/Controls/SelectionList.axaml index 3a7138c..e41ca89 100644 --- a/src/Ursa.Themes.Semi/Controls/SelectionList.axaml +++ b/src/Ursa.Themes.Semi/Controls/SelectionList.axaml @@ -10,7 +10,7 @@ Margin="2" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" - Background="{DynamicResource SemiBlue1}" + Background="{DynamicResource SelectionListIndicatorBackground}" Theme="{DynamicResource CardBorder}" /> diff --git a/src/Ursa.Themes.Semi/Controls/TagInput.axaml b/src/Ursa.Themes.Semi/Controls/TagInput.axaml index 6357f4a..40ef851 100644 --- a/src/Ursa.Themes.Semi/Controls/TagInput.axaml +++ b/src/Ursa.Themes.Semi/Controls/TagInput.axaml @@ -6,7 +6,7 @@ - + @@ -22,8 +22,8 @@ VerticalAlignment="Stretch" Background="{DynamicResource TextBoxDefaultBackground}" BorderBrush="{DynamicResource TextBoxDefaultBorderBrush}" - BorderThickness="1" - CornerRadius="3"> + BorderThickness="{DynamicResource TextBoxBorderThickness}" + CornerRadius="{DynamicResource TextBoxDefaultCornerRadius}"> - - diff --git a/src/Ursa.Themes.Semi/Controls/TimeBox.axaml b/src/Ursa.Themes.Semi/Controls/TimeBox.axaml index 479b100..0eed466 100644 --- a/src/Ursa.Themes.Semi/Controls/TimeBox.axaml +++ b/src/Ursa.Themes.Semi/Controls/TimeBox.axaml @@ -1,52 +1,58 @@ - - + + - + - + - - - - - - - - - - - - + + + + + + + + + + + + + - - + - - + + - + - - + + - + - - + + - + - - + + @@ -135,20 +150,21 @@ diff --git a/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml b/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml index bf8bfcd..e5211dc 100644 --- a/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml +++ b/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml @@ -18,7 +18,7 @@ - + @@ -69,7 +69,7 @@ + Theme="{DynamicResource InnerIconButton}" /> + IsHitTestVisible="True" + UseLayoutRounding="False" /> + DockPanel.Dock="Top" + IsVisible="{TemplateBinding PopupInnerTopContent, + Converter={x:Static ObjectConverters.IsNotNull}}" /> + DockPanel.Dock="Bottom" + IsVisible="{TemplateBinding PopupInnerBottomContent, + Converter={x:Static ObjectConverters.IsNotNull}}" /> @@ -142,23 +142,23 @@ - + - + - + - + + +