mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
182 B
CSS
14 lines
182 B
CSS
input, textarea, select, button,
|
|
*:optional {
|
|
visibility: hidden;
|
|
}
|
|
|
|
*:required {
|
|
visibility: visible;
|
|
}
|
|
|
|
/* Override the default style. */
|
|
:invalid {
|
|
-moz-box-shadow: none;
|
|
}
|