diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-08-13 18:00:24 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-08-13 18:00:24 +0300 |
| commit | d2e231dbe55d7fcae6aa53caf78f72bd58784a98 (patch) | |
| tree | 90651581184845d2bc911fa6dd9792942003af42 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Themes | |
| parent | a4350b6fd0854e467838a42be89fa343d0b659c1 (diff) | |
| download | Tango-d2e231dbe55d7fcae6aa53caf78f72bd58784a98.tar.gz Tango-d2e231dbe55d7fcae6aa53caf78f72bd58784a98.zip | |
Added TransparentComboBoxStyle style
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Themes')
2 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Themes/DarkThemeColors.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Themes/DarkThemeColors.xaml index ad8f0f09b..8dd4efc32 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Themes/DarkThemeColors.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Themes/DarkThemeColors.xaml @@ -146,7 +146,7 @@ <SolidColorBrush x:Key="Hexagon.ForegroundBrush" Color="White"/> <SolidColorBrush x:Key="AutoCompleteTextBox.Popup.Background" Color="#383838"></SolidColorBrush> <SolidColorBrush x:Key="AutoCompleteTextBox.Popup.BorderBrush" Color="#BBBBBB"></SolidColorBrush> - <SolidColorBrush x:Key="ComboBox.Popup.Background" Color="red"></SolidColorBrush> + <SolidColorBrush x:Key="ComboBox.Floating.Background" Color="#383838"></SolidColorBrush> <!--material design colors--> diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Themes/LightThemeColors.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Themes/LightThemeColors.xaml index 25f72f8d4..0f5727e5b 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Themes/LightThemeColors.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Themes/LightThemeColors.xaml @@ -124,6 +124,7 @@ <SolidColorBrush x:Key="Hexagon.ForegroundBrush" Color="black"/> <SolidColorBrush x:Key="AutoCompleteTextBox.Popup.Background" Color="White"></SolidColorBrush> <SolidColorBrush x:Key="AutoCompleteTextBox.Popup.BorderBrush" Color="#BDBDBD"></SolidColorBrush> + <SolidColorBrush x:Key="ComboBox.Floating.Background" Color="White"></SolidColorBrush> <!--material design colors--> <!--<SolidColorBrush x:Key="HighlightBrush" Color="#FF0288d1" /> |
