Rework button styling to add a "caution" button type.

It's red.
This commit is contained in:
Pieter-Jan Briers
2020-09-07 10:52:54 +02:00
parent 08e9fad4e1
commit a1c1769d23
3 changed files with 88 additions and 155 deletions

View File

@@ -17,6 +17,8 @@ namespace Content.Client.UserInterface.Stylesheets
public const string ButtonOpenLeft = "OpenLeft";
public const string ButtonOpenBoth = "OpenBoth";
public const string ButtonCaution = "Caution";
public abstract Stylesheet Stylesheet { get; }
protected StyleRule[] BaseRules { get; }