From 5ec0a7b0aa543203ade7920389fdf922865f59a0 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 29 Sep 2020 13:46:10 -0500 Subject: Changed the DataTables column sort arrows to a different color by changing the image they're referencing * wqflask/wqflask/templates/base.html - Added CSS changing the table sort arrow image directly into base.html because it requires using url_for to reference the images in the GUIX profile (so it needs to be in the template and can't just be added to a CSS file) --- wqflask/wqflask/templates/base.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index e6802cc4..b44538cf 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -21,6 +21,14 @@ {% block css %} {% endblock %} + -- cgit v1.2.3