CoryNickerson
02-18-2008, 04:06 AM
Hello,
I'm working on a new layout for my forums with the text editor. I managed to do some of the things through the template but theres a few bugs.
Whenever I hover one of the images for "bold" "italic" "quote" etc. It changes the background color. I looked at it under firebug and it keeps adding the this line to the div once hovered.
style="border: medium none ; padding: 1px; background: rgb(225, 225, 226) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(0, 0, 0);"
Anyone got any ideas?
I can't seem to find any thing that would be adding this on hover. I made the layout edits in editor_toolbar_on. I also checked in editor_clientscript to see if there was any additional CSS or JS there that may be doing this.
Also the "switch editor mode" button. What does this do? All that I can see that it changes is the border. I want to get rid of the default 2px inset border. It has that mode on by default. Anyone know how I can edit this?
Thanks!!
Figured out the 2px inset border on switch editor mode. It was in clientscript/vbulletin_textedit.js
Figured out the image hover thing. Was under "all style options".
I'm working on a new layout for my forums with the text editor. I managed to do some of the things through the template but theres a few bugs.
Whenever I hover one of the images for "bold" "italic" "quote" etc. It changes the background color. I looked at it under firebug and it keeps adding the this line to the div once hovered.
style="border: medium none ; padding: 1px; background: rgb(225, 225, 226) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(0, 0, 0);"
Anyone got any ideas?
I can't seem to find any thing that would be adding this on hover. I made the layout edits in editor_toolbar_on. I also checked in editor_clientscript to see if there was any additional CSS or JS there that may be doing this.
Also the "switch editor mode" button. What does this do? All that I can see that it changes is the border. I want to get rid of the default 2px inset border. It has that mode on by default. Anyone know how I can edit this?
Thanks!!
Figured out the 2px inset border on switch editor mode. It was in clientscript/vbulletin_textedit.js
Figured out the image hover thing. Was under "all style options".