mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 14:39:26 +00:00
9 lines
109 B
CSS
9 lines
109 B
CSS
input, textarea, select, button,
|
|
*:required {
|
|
visibility: hidden;
|
|
}
|
|
|
|
*:optional {
|
|
visibility: visible;
|
|
}
|