mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 17:38:54 +00:00
9 lines
109 B
CSS
9 lines
109 B
CSS
input, textarea, select, button,
|
|
*:required {
|
|
visibility: hidden;
|
|
}
|
|
|
|
*:optional {
|
|
visibility: visible;
|
|
}
|