From 54c1340899354c8e3bf4738b3868029d6db159b4 Mon Sep 17 00:00:00 2001 From: Miriam Date: Thu, 23 Jan 2020 10:03:00 +0000 Subject: [PATCH] change icons color --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index e491c96..91ba320 100644 --- a/assets/style.css +++ b/assets/style.css @@ -78,4 +78,8 @@ body { #custom-css .dropdown-item:hover my-global-icon svg polygon[fill="#000000"], #custom-css .dropdown-item:hover my-global-icon svg rect[fill="#000000"]{ fill: var(--whiteColor) !important; +} + +#custom-css .upload-button my-global-icon svg g[stroke="#000000"] { + stroke: var(--whiteColor) !important; } \ No newline at end of file