mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 16:50:56 +00:00
14 lines
177 B
CSS
14 lines
177 B
CSS
input, textarea, select, button,
|
|
*:optional {
|
|
visibility: hidden;
|
|
}
|
|
|
|
*:required {
|
|
visibility: visible;
|
|
}
|
|
|
|
/* Override the default style. */
|
|
:invalid {
|
|
box-shadow: none;
|
|
}
|