mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
13 lines
191 B
CSS
13 lines
191 B
CSS
input, textarea, select, button,
|
|
*:optional {
|
|
visibility: hidden;
|
|
}
|
|
|
|
input[required]:required {
|
|
visibility: visible;
|
|
}
|
|
|
|
/* Override the default style. */
|
|
:invalid {
|
|
box-shadow: none;
|
|
}
|