From 279de4bc354ea9e7b2354471f926689d8a7316aa Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 20 Sep 2019 13:53:29 +0200 Subject: [PATCH] Fix expose view download icon --- api/templates/default/etemplate2.css | 3 ++- api/templates/default/images/download.svg | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 api/templates/default/images/download.svg diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index ce150502ca..5057bffb47 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2744,10 +2744,11 @@ body:last-child .blueimp-gallery>.play-pause, .blueimp-gallery>.play-pause{ .blueimp-gallery>.download{ right: 120px; top: 20px; - background: url(images/download.png) 0 0 no-repeat; + background: url(images/apply.svg) 0 0 no-repeat; background-size: 24px; height:24px; width:24px; + filter: invert(1) brightness(1.5); } /*close button*/ .blueimp-gallery>.close{ diff --git a/api/templates/default/images/download.svg b/api/templates/default/images/download.svg new file mode 100644 index 0000000000..dc422729a1 --- /dev/null +++ b/api/templates/default/images/download.svg @@ -0,0 +1,15 @@ + + + + + + + + + + +