Bug report – CSS conflict on .ui-dialog-titlebar class
-
The following CSS begins on line 67 of /css/ime-admin.css and causes a conflict that renders the TinyMCE add/insert link feature to display incorrectly and become unusable. Because the plugin’s CSS is enqueued on the post.php admin page, I believe that this also affects WP v3.5.
.ui-dialog-titlebar { height: 20px; line-height: 20px; color: #ccc; font-size: 10px; padding-left: 5px; }
Commenting out this code causes the add/edit link dialog to display correctly.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bug report – CSS conflict on .ui-dialog-titlebar class’ is closed to new replies.