From 55c048b66f996efb9451a7740af33c750f5774c7 Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Fri, 24 Feb 2023 10:36:53 +0100 Subject: [PATCH] Change CSV icon --- pandora_console/include/styles/tables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/tables.css b/pandora_console/include/styles/tables.css index 8ac69ffa7d..d85e229617 100644 --- a/pandora_console/include/styles/tables.css +++ b/pandora_console/include/styles/tables.css @@ -358,7 +358,7 @@ a.pandora_pagination.current:hover { /* CSV button datatables */ .dt-button.buttons-csv.buttons-html5 { - background-image: url(../../images/csv_mc.png); + background-image: url(../../images/file-csv.svg); background-position: center center; background-repeat: no-repeat; color: #000;