diff --git a/passbook/admin/templates/administration/outpost/list.html b/passbook/admin/templates/administration/outpost/list.html index 17c828d38..35034c710 100644 --- a/passbook/admin/templates/administration/outpost/list.html +++ b/passbook/admin/templates/administration/outpost/list.html @@ -5,18 +5,6 @@ {% load passbook_utils %} {% load admin_reflection %} -{% block head %} -{{ block.super }} - -{% endblock %} - {% block content %}
diff --git a/passbook/static/static/passbook/passbook.css b/passbook/static/static/passbook/passbook.css index 665011281..36bfb3c83 100644 --- a/passbook/static/static/passbook/passbook.css +++ b/passbook/static/static/passbook/passbook.css @@ -49,6 +49,13 @@ max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height); } +.pf-m-success { + color: var(--pf-global--success-color--100); +} +.pf-m-danger { + color: var(--pf-global--danger-color--100); +} + /* fix multiple selects height */ select[multiple] { height: initial;