View Full Version : Rounded fieldset corners in firefox...
scdurwood
10-26-2006, 01:24 PM
I've seen mentioned of a fix for making rounded corners in FF but cannot find the specific code or where to add it...
help?
Princeton
10-29-2006, 06:16 PM
for mozilla browsers use...
fieldset{border: 1px solid #D0D0BF;padding:8px;-moz-border-radius: 5px}
edit to suit your needs
eNforce
10-30-2006, 11:30 PM
Hi, thanks Princeton for that bit of information.
scdurwood, in your style preferences edit your additional CSS: this is what I put
.fieldset {border: 1px solid #555555;padding:8px;-moz-border-radius: 5px}
Edit: It makes the fieldset in IE very thick, but it's fine in firefox. Can it be changed for both browsers?
@Princeton or others, what do I do to edit this big border around the quick reply and other message editors.
Here is an example:
Princeton
10-31-2006, 11:55 AM
edit
.vBulletin_editor
{
border: 2px groove;
}
vbulletin_editor.css (in clientscript folder)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.