change icons color

This commit is contained in:
Miriam 2020-01-23 10:03:00 +00:00
parent 5b56e5b158
commit 54c1340899

View file

@ -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 polygon[fill="#000000"],
#custom-css .dropdown-item:hover my-global-icon svg rect[fill="#000000"]{ #custom-css .dropdown-item:hover my-global-icon svg rect[fill="#000000"]{
fill: var(--whiteColor) !important; fill: var(--whiteColor) !important;
}
#custom-css .upload-button my-global-icon svg g[stroke="#000000"] {
stroke: var(--whiteColor) !important;
} }