function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
amahmamahm 

Dependent Picklist inline styling

If i have an inline style on a dependent picklist (InputField) it gets lost - so i do have read some post here and there but there is no solution to this? How hard is it for salesforce to append the newly created select box with the mentioned style when they are creating it anyways new ! Whaaat?!
Best Answer chosen by amahm
amahmamahm
The only way i got it solved is by assigning an Id -> "tempPicklistId" to the dependent picklist and then in the style add following:
 
select[id$="tempPicklistId"]{
      margin-left: 5px;
}