- Joined
- Aug 16, 2022
- Messages
- 52
- Reaction score
- 2
Hi Everybody,
I'm using the "required" argument within each of several inputs on my form.
When the form is submitted, an empty input will display a message like this,
and then sorta pause so that a visitor can reply properly. Then the visitor is
expected to fill the field and press the submit <button> again.
If I want to modify that that PopUp, (CSS: ????? { border-color: #FF0000} I need to know the CSS Selector name.
I'm using the "required" argument within each of several inputs on my form.
When the form is submitted, an empty input will display a message like this,
and then sorta pause so that a visitor can reply properly. Then the visitor is
expected to fill the field and press the submit <button> again.
If I want to modify that that PopUp, (CSS: ????? { border-color: #FF0000} I need to know the CSS Selector name.
- Is there a way for me to discover what the CSS Selector name is, that my browser is following?
- Is there a way for me to read the details a browser is going to follow, once a CSS Selector name is known?