mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
9 lines
109 B
CSS
9 lines
109 B
CSS
input, textarea, select, button,
|
|
*:required {
|
|
visibility: hidden;
|
|
}
|
|
|
|
*:optional {
|
|
visibility: visible;
|
|
}
|