ylefebvre / link-library

Link Library WordPress Plugin source code. Main plugin available from wordpress.org site
https://wordpress.org/plugins/link-library/
GNU General Public License v2.0
6 stars 2 forks source link

Link Library causes incorrect background colour in WP editor #21

Closed jrmain closed 1 year ago

jrmain commented 1 year ago

When installed and activated, Link Library 7.5.3 makes the background colour of the toolbar area of the Wordpress page/post editor white, instead of the grey used in the rest of the editor.

I'm able to fix this by editing this Link Library file: wp-content/plugins/link-library/adminstyle.css I commented out some style, as follows: #wp-content-editor-tools { /* background-color: #fff; */ }

Below is an image of the problem.

LinkLibraryEditorBackgroundProblem

ylefebvre commented 1 year ago

Thanks for reporting this issue. In all honesty, I don't recall why I added that style to the plugin's admin stylesheet. It has been removed in latest update.

jrmain commented 1 year ago

Confirmed fixed in version 7.5.9. Thanks!