mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
8 lines
109 B
CSS
8 lines
109 B
CSS
input, textarea, select, button,
|
|
*:required {
|
|
visibility: hidden;
|
|
}
|
|
|
|
*:optional {
|
|
visibility: visible;
|
|
}
|