View Full Version : Changing the color of part of the style... can't find it
Revenga
12-27-2012, 12:27 AM
I've looked and looked and looked again to try to find where to edit the white-ish border where I drew arrows by. Where do I edit the colors of this?
Misc. Info: I don't know if it matters, but I edited this style from the default vB3 style if that makes any difference in where it would be found.
Thanks!
- Revenga
christon26
12-30-2012, 07:41 PM
It's either the panel or panel surround declarations which are found in your Style Manager - All Style Options or the vBulletin Editor declaration which is in a css file, clientscript\vbulletin_editor.css:
.vBulletin_editor
{
border: 2px groove;
}
Change to suit.
It's hard to tell exactly which one it is without looking at your site lol if you use Firefox, Firebug is really good to see what css you need to change :)
CAG CheechDogg
12-30-2012, 11:25 PM
Post a link so that we can tell you exactly what it is if you haven't yet figured it out.
But it looks like the following is what you need to modify. Add this to your additional.css and just change the border to your desired color and width.
By the way, never edit your default files through ftp, there is no need for that and you will lose any changes you make. Always add your changes or modifications using the additional.css
.formcontrols {
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}
Revenga
12-31-2012, 02:09 AM
Thanks.
- Revenga
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.