CSS selector defect of InputText

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
DCR_DM401
Posts: 26
Joined: 19 Nov 2016, 06:10

04 Dec 2017, 04:28

Hello Team,

Red border color is applied to invalid "InputText" with following style.
It has missing selector ".ng-invalid".

Code: Select all

body .ui-inputtext.ng-dirty {
    border: 1px solid #b94a48;
}
https://www.primefaces.org/avalon-ng/#/forms

It is differ from ULTIMA Theme's one. It uses following selector.

Code: Select all

body .ui-inputtext.ng-dirty.ng-invalid, 
...
 {
    border-bottom-color: #e62a10;
}

merve7
Posts: 861
Joined: 12 Sep 2017, 10:44

04 Dec 2017, 09:26

They have different structure because they are two different themes.
We'll check and get back to you.

Post Reply

Return to “Avalon - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests