Plugin links colors altered by this plugin’s CSS
-
Hi,
When this plugin is enabled, all links in /wp-admin/plugins.php get their color changed with a different color than original WordPress.
- Original color: #2271b1
- Plugin enabled color: #25b9d7
This color code is found into the e-transactions-wc plugin:
root@srv01 /var/www/vhosts/echard-jean.com/preprod.echard-jean.com # grep -rnw "25b9d7" wp-content/plugins/e-transactions-wc/
wp-content/plugins/e-transactions-wc/assets/src/scss/base/_variables.scss:8:$color-link: #25b9d7;
wp-content/plugins/e-transactions-wc/assets/src/scss/base/_variables.scss:11:$color-info-border: #25b9d7;
wp-content/plugins/e-transactions-wc/assets/build/admin-settings.css:2The code responsible for this modification is likely in “admin-settings.css”.
Changing back-office colors is a terrible practice. Furthermore, the new color alters readability.
This should be fixed in order to keep the default back-office colors.
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Plugin links colors altered by this plugin’s CSS’ is closed to new replies.