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
101 stars 32 forks source link

Change inline style handling #263

Closed florianbrinkmann closed 2 years ago

florianbrinkmann commented 2 years ago

After adding a CSS file for admin bar styling in #257 we can just add the inline style for the icon to the file. The modification of the dashboard widget icon color was added to the cachify-dashboard stylesheet via wp_add_inline_style().

Closes #39