PDA

View Full Version : Can't find border-radius


transparentb
07-10-2011, 10:59 AM
I'm trying figure out why I'm getting a border radius for the bottom left and bottom right of the element that the "New posts", "Private Messages", "FAQ" links are in.

Image = top one is my dev and second is live. I can't find any difference in the stylevars so I guess it's something in the CSS but I can't find anything to do with border radius :(

https://vborg.vbsupport.ru/external/2011/07/43.png

Keep in mind the background images are not the culprit.

Thank you!

Jeff Ledger
07-10-2011, 11:15 AM
Your styles / stylevars / border-radius

transparentb
07-10-2011, 11:51 AM
Your styles / stylevars / border-radius

Nothing comes up under border-radius (I'm editing default styles).

Jeff Ledger
07-10-2011, 12:00 PM
Stylevars /
Common
Border_radius

set it to 0

--------------- Added 1310306611 at 1310306611 ---------------

or add this to your additional.css

.navbar {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

transparentb
07-10-2011, 12:09 PM
Thank you Jeff.

Jeff Ledger
07-10-2011, 12:19 PM
You are welcome,

Jeff

LifesGreatestGift
07-10-2011, 12:59 PM
border-radius is actually hard-coded for most items in vbulletin.css and vbulletin-chrome.css and other respective CSS templates.