
03-22-2008, 06:12 AM
|
 |
|
|
Join Date: Apr 2007
Location: Degabah Swamp
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Thanks, I'll try it out.
--------------- Added [DATE]1206170870[/DATE] at [TIME]1206170870[/TIME] ---------------
Got the fieldset tweaked out good for my style now. Thanks 
Just need the editor beige background changed to a grey.
The editor css template?
Code:
.vBulletin_editor {
background: {$istyles[pi_button_normal][0]}; // I just have to change the variable to a hard coded value?
padding: $stylevar[cellpadding]px;
}
Edit: Yes, that worked but i aslo had to adjust the non-selected or hovered button background for the editor buttons in the style.
Just need to figure out the jaggies on the icons now. Guess I could color the background to match so there will be no alpha blending but not sure if it will work.
Oh I havent used replacement vars yet but it looks like that is how to replace the icons as per style?
|