layout/reftests/css-required/css-required-style.css

branch
TOR_BUG_9701
changeset 14
925c144e1f1f
equal deleted inserted replaced
-1:000000000000 0:9cf19f998392
1 input, textarea, select, button,
2 *:optional {
3 visibility: hidden;
4 }
5
6 *:required {
7 visibility: visible;
8 }
9
10 /* Override the default style. */
11 :invalid {
12 box-shadow: none;
13 }

mercurial