I am trying to customize the look of my FieldInspectors. I have created a StringField skin based on the esri StringField and was able to apply this to my FieldInspectors. I'd like to now do the same for any of my dropdownlistFields, but can't quite figure out how. I attempted to create a skin for the DropDownListField in the same way as my StringField, but it didn't work. I primarily just want to increase the width.A follow up question would be does anyone know how to apply a skin to just 1 or 2 FieldInsepctors? I have a few individual fields I would simply like to increase the height on. My code below applies it to every Stringfield in the attributeInspector.
esri|StringField
{
skin-class: ClassReference("MyStringFieldSkin");
}