diff --git a/Content.Client/Lathe/UI/RecipeTooltip.xaml b/Content.Client/Lathe/UI/RecipeTooltip.xaml index 8cb0ec507a..23f9e65c51 100644 --- a/Content.Client/Lathe/UI/RecipeTooltip.xaml +++ b/Content.Client/Lathe/UI/RecipeTooltip.xaml @@ -3,13 +3,13 @@ MaxWidth="400"> - - diff --git a/Content.Client/Lobby/UI/HighlightedContainer.xaml b/Content.Client/Lobby/UI/HighlightedContainer.xaml index 8cf6e2da05..dc662665bc 100644 --- a/Content.Client/Lobby/UI/HighlightedContainer.xaml +++ b/Content.Client/Lobby/UI/HighlightedContainer.xaml @@ -2,7 +2,7 @@ xmlns="https://spacestation14.io" xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"> - - + diff --git a/Content.Client/Stylesheets/StyleNano.cs b/Content.Client/Stylesheets/StyleNano.cs index 159f0e506b..19bfc0d99a 100644 --- a/Content.Client/Stylesheets/StyleNano.cs +++ b/Content.Client/Stylesheets/StyleNano.cs @@ -148,7 +148,7 @@ public sealed class StyleNano : StyleBase public const string StyleClassButtonColorRed = "ButtonColorRed"; public const string StyleClassButtonColorGreen = "ButtonColorGreen"; - public static readonly Color ChatBackgroundColor = Color.FromHex("#25252ADD"); + public static readonly Color ChatBackgroundColor = Color.FromHex("#141414DD"); public override Stylesheet Stylesheet { get; } @@ -1373,11 +1373,11 @@ public StyleNano(IResourceCache resCache) : base(resCache) Element().Class("BackgroundOpenRight") .Prop(PanelContainer.StylePropertyPanel, BaseButtonOpenRight) - .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#25252A")), + .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#141414")), Element().Class("BackgroundOpenLeft") .Prop(PanelContainer.StylePropertyPanel, BaseButtonOpenLeft) - .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#25252A")), + .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#141414")), // --- // Dividers