pluginkollektiv / cachify

Smart but efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!
https://wordpress.org/plugins/cachify/
GNU General Public License v2.0
99 stars 31 forks source link

"Flush cache now" button contrast #227

Closed derweili closed 2 years ago

derweili commented 3 years ago

The "Flush cache now" button has a orange background with white text. This is a small contrast ratio of 2.86.

see: https://colourcontrast.cc/dd823b/ffffff

stklcode commented 3 years ago

It's partially compensated by the text shadow. Without it's definitely bad contrast.

cachify_btn_shadow (left: with shadow, right: without)

I personally dislike the shadow though. If we stick to the WP 5.7 admin color palette, red 50/60 (default / hover) would be an alternative or - I'd personally prefer this - default blue border with trash icon cachify_btn_alt

derweili commented 3 years ago

@stklcode I also prefer the blue border button with the trash icon.

The red button looks more like a "Clear all plugin data" button.

stklcode commented 3 years ago

Definitely, yes. I also tried yellow-combinations to stay in line with WP admin colors, but in the end all full-colored versions do look like some kind of warning or dangerous button while the flush cache link in the admin bar does not - and both do the very same.