How to change the upload icon color?

hello,

i am using the elementor theme and the gravity orbital theme.
how can i change the upload icon color in css?

thanks
oli

You can do something like this:

.gform_wrapper.gform-theme--orbital {
    --gf-ctrl-file-zone-icon-color: red;
}

thank you morgan! very great!