I want to override the WordPress admin style for forms in my plugin. I would like to exclude the load-styles.php forms file. I tried to deregister the file by wp_deregister_style(‘wp-admin’); but this doesn’t work.
I would really appreciate any help if you know how to deregister the file.
Thanks!