The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
wysiwyg post editor iframe
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.
|
#2
|
|||
|
|||
Add this to the Additional CSS Definitions of the style you are working with (change the colours to suit your style).
Code:
#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;} |
#3
|
|||
|
|||
Nice catch, thank you! I thought I tried that # already but I guess I didn't do it right.
|
#4
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|