PDA

View Full Version : Upgraded and now when logged in I have a yellow border around everything


voidmind
06-18-2012, 11:07 PM
Hey I just upgraded from vb 3.8.6 to vb 4.2.0. Now, when I'm logged in I get a yellow border around all my threads, and in the background of some labels/options. Logging out removes them, and everything looks normal. This happens for admin and regular member accounts, and between various browsers.

Any ideas what could be causing this?

voidmind
06-20-2012, 05:55 PM
I've looked into the css with no luck, and even searched for that color in the page source and template.

Anyone?

kh99
06-20-2012, 06:25 PM
Did you try temporarily disabling mods just to make sure it's not a plugin affecting things? Also you could try creating a new style with no parent and see what happens shen you use that (although it really looks like a style issue, so I expect doing those things will confirm that). Also, did you try using a different browser?

It might help us figure it out if posted a link to your site.

voidmind
06-20-2012, 08:32 PM
Ok, disabled plugins and it didn't fix anything.

Created new style called 'tester' and I don't see the yellow, but I see purple in its place.

I've reinstalled a few styles and still the same thing.

And different browsers didn't change anything.

The only time you see the problem is when you are logged in.

Thanks for your time!

SEOvB
06-20-2012, 10:42 PM
Hi There,

Looks like it's caused by the notices section. For some reason, the notices form is wrapping around everything, probably due to an unclosed tag.

.notices li {background: #FFEFB6 none repeat-x left;}

Hope that helps!

-Nick, SEOvB Developer

voidmind
06-21-2012, 12:34 AM
That was it!

You are too awesome, thank you very much!