From 0440bb5e75f917d746a26fcd5567cb95644a48a7 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Mon, 7 Sep 2020 12:20:08 +0200 Subject: [PATCH] Tweak colors for caution buttons. --- Content.Client/UserInterface/Stylesheets/StyleNano.cs | 6 +++--- Content.Client/UserInterface/Stylesheets/StyleSpace.cs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Content.Client/UserInterface/Stylesheets/StyleNano.cs b/Content.Client/UserInterface/Stylesheets/StyleNano.cs index d71f56a74e..fa7329bcea 100644 --- a/Content.Client/UserInterface/Stylesheets/StyleNano.cs +++ b/Content.Client/UserInterface/Stylesheets/StyleNano.cs @@ -31,10 +31,10 @@ namespace Content.Client.UserInterface.Stylesheets public static readonly Color ButtonColorPressed = Color.FromHex("#3e6c45"); public static readonly Color ButtonColorDisabled = Color.FromHex("#30313c"); - public static readonly Color ButtonColorCautionDefault = Color.FromHex("#d31a1a"); - public static readonly Color ButtonColorCautionHovered = Color.FromHex("#e83838"); + public static readonly Color ButtonColorCautionDefault = Color.FromHex("#ab3232"); + public static readonly Color ButtonColorCautionHovered = Color.FromHex("#cf2f2f"); public static readonly Color ButtonColorCautionPressed = Color.FromHex("#3e6c45"); - public static readonly Color ButtonColorCautionDisabled = Color.FromHex("#822626"); + public static readonly Color ButtonColorCautionDisabled = Color.FromHex("#602a2a"); //Used by the APC and SMES menus public const string StyleClassPowerStateNone = "PowerStateNone"; diff --git a/Content.Client/UserInterface/Stylesheets/StyleSpace.cs b/Content.Client/UserInterface/Stylesheets/StyleSpace.cs index 29a0676a20..3411e91032 100644 --- a/Content.Client/UserInterface/Stylesheets/StyleSpace.cs +++ b/Content.Client/UserInterface/Stylesheets/StyleSpace.cs @@ -18,10 +18,10 @@ namespace Content.Client.UserInterface.Stylesheets public static readonly Color ButtonColorPressed = Color.FromHex("#3e6c45"); public static readonly Color ButtonColorDisabled = Color.FromHex("#30313c"); - public static readonly Color ButtonColorCautionDefault = Color.FromHex("#d31a1a"); - public static readonly Color ButtonColorCautionHovered = Color.FromHex("#e83838"); + public static readonly Color ButtonColorCautionDefault = Color.FromHex("#ab3232"); + public static readonly Color ButtonColorCautionHovered = Color.FromHex("#cf2f2f"); public static readonly Color ButtonColorCautionPressed = Color.FromHex("#3e6c45"); - public static readonly Color ButtonColorCautionDisabled = Color.FromHex("#822626"); + public static readonly Color ButtonColorCautionDisabled = Color.FromHex("#602a2a"); public override Stylesheet Stylesheet { get; }