mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5859a14a99
Generated with: find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
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;
|
|
}
|