PDA

View Full Version : wysiwyg post editor iframe


tercede
05-08-2009, 06:22 PM
Does anyone know how to edit the post editor iframe so there is no inset border? In the wysiwyg editor there is an iframe that has an inset border I want to remove but can't for the life of me.:confused:

EidolonAH
05-12-2009, 06:54 AM
Add this to the Additional CSS Definitions of the style you are working with (change the colours to suit your style).

#vB_Editor_001_iframe {border-left: 1px solid #282828 ! important;border-top: 1px solid #282828 ! important;border-bottom: 1px solid #404040 ! important;border-right: 1px solid #353535 ! important;}

#vB_Editor_QR_iframe {border-left: 1px solid #282828 ! important;border-top: 1px solid #282828 ! important;border-bottom: 1px solid #404040 ! important;border-right: 1px solid #353535 ! important;}

tercede
05-12-2009, 08:00 AM
Nice catch, thank you! I thought I tried that # already but I guess I didn't do it right. :)

Sean James
07-12-2010, 02:58 AM
Add this to the Additional CSS Definitions of the style you are working with (change the colours to suit your style).

#vB_Editor_001_iframe {border-left: 1px solid #282828 ! important;border-top: 1px solid #282828 ! important;border-bottom: 1px solid #404040 ! important;border-right: 1px solid #353535 ! important;}

#vB_Editor_QR_iframe {border-left: 1px solid #282828 ! important;border-top: 1px solid #282828 ! important;border-bottom: 1px solid #404040 ! important;border-right: 1px solid #353535 ! important;}

Thanks mate this helped me with a new 3.8.5 skin, works perfectly ;)