I tried to add custom css in following way to a button:
<button name="action_upload_file" type="object" string="Upload File" class="custom-attachment-button" />
But when I inspect the button I see that this class is not applied (it is in the manifest file of the module)
Even when I try to add just a simple icon it does not display it (also added to the manifest file, of specific module)
<button name="action_upload_file" type="object" string="Upload File" icon="fa fa-paperclip" />
Where am I going wrong?
What's your source exactly?