Quote:
Originally Posted by Hippy
thanks for the updates and work put into this chatbox Valter
I noticed this from 3.1.1 to 3.1.3 something changed see the white now below the Status
how can I fix this?
|
THIS problem with drop down list are NOT CB bug!!! Did you noticed that Style and Language selector ALSO has this "type" of drop down list??? Go to SETTINGS, and EDIT PROFILE (or whatever) and you'll see same thing! From ver. 4.0.2 VB has change this... He's add PADDING to
.textbox, textarea, select!!! To confirm this, I'll uploaded
vbulletin-style.xml from ver. 4.0.1, and everything is OK....
If you want to change it, in
vbulletin-formcontrols.css (CSS Tempaltes) find
Code:
.textbox,
textarea,
select {
and change
padding:4px 5px; in desired values..... (maybe
padding:1px 1px;)