MyBB Community Forums

Full Version: Video dropdown issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2011-05-09, 06:48 PM)Aries-Belgium Wrote: [ -> ]I wouldn't recommend changing the stylesheet of the editor theme as it will affect all your themes or future themes. Edit the global.css of the theme that has the issue (via AdminCP > Templates & Styles > Themes > (click the theme) > global.css) and add the following to the end:
.editor_dropdown_menu, .editor_dropdown_menu li
{
     color: black !important;
}

Thanks, but that doesn't seem to be working either. I'm stumped.
Can you PM me the admin login so I can have a look?
You need to add a color for .messageEditor .toolbar_dropdown and .messageEditor .toolbar_button_video
(2011-05-10, 08:35 AM)AJS Wrote: [ -> ]You need to add a color for .messageEditor .toolbar_dropdown and .messageEditor .toolbar_button_video

That was it! Thank you so much! Also, is there anyway to make the text editor of both quick replies and new replies shrink with the browser when a user is resizing their browser? Mine doesn't appear to be doing that at all as if it's fixed.
Pages: 1 2