From c0026f3e1672469b054810f48c6508f343447d4b Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 19 Sep 2020 21:12:39 +0200 Subject: [PATCH] admin: move pf-m-success to base css --- .../admin/templates/administration/outpost/list.html | 12 ------------ passbook/static/static/passbook/passbook.css | 7 +++++++ 2 files changed, 7 insertions(+), 12 deletions(-) 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;