Kier
Mon 30th Jul '01, 10:39pm
No matter what I do, I can't change the colors of the vB Code buttons or drop-down menus! or I can't change the way the smilie table looks!
There are three more CSS definitions that need to be edited to change these colors. You will find them in the vbcode_buttons template. They are:
#codebuttons input { font-family: verdana, arial, helvetica; font-size: 8pt; color: black; }
#codebuttons select { font-family: verdana, arial, helvetica; font-size: 8pt; color: black; background-color: #F1F1F1; }
.smilieTable { border-width: 1px; border-style: inset; }input is for the buttons, select is for the drop-down menus, and .smilieTable is the smilie table.
There are three more CSS definitions that need to be edited to change these colors. You will find them in the vbcode_buttons template. They are:
#codebuttons input { font-family: verdana, arial, helvetica; font-size: 8pt; color: black; }
#codebuttons select { font-family: verdana, arial, helvetica; font-size: 8pt; color: black; background-color: #F1F1F1; }
.smilieTable { border-width: 1px; border-style: inset; }input is for the buttons, select is for the drop-down menus, and .smilieTable is the smilie table.