diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 941e494fa..3ad13e9d2 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -77,6 +77,12 @@ $table-border-color: transparent !default; clear: both; } +.btn-admin { + color: white !important; + background-color: $brand-danger !important; + border-color: $brand-danger !important; +} + // ---------------------------- // Main classes // ----------------------------