I am working as CRM Developer. I created Model Driven Apps in Dynamics 365 CRM. I have designed the Form using Form Editor in Power Apps. The default settings and Stylesheet for the form does not contain the borders for controls. I want to apply border for the all controls Text Fields.
I have checked the Form Design by HTML Code View- Inspect from chrome Browser.
I tried to set the stylesheet based on id for the control. But, every time it runs id series and generated automatically. Since id is not constant value. ID based CSS applied gets failed.
I tried to set the stylesheet based on class name for the control. But, I do not know what is the default framework used by Power Apps for Form Designing.
Dynamics 365 CRM - default form class name for the forms is different.
form created class name using power apps is different.
class="pa-ff pa-aq pa-p pa-ar pa-lb pa-lc
Whether we need to add any additional Package support for StyleSheet design class name similar to default forms designed in Dynamics 365 CRM.
Can Somebody provide a proper link to customize the Model Driven Apps Form Designing Customization using Sylesheet.