change icons color
This commit is contained in:
parent
5b56e5b158
commit
54c1340899
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue