diff options
author | Jonathan Neal <jonathantneal@hotmail.com> | 2020-08-20 04:15:52 -0400 |
---|---|---|
committer | Jonathan Neal <jonathantneal@hotmail.com> | 2020-08-20 04:15:52 -0400 |
commit | 41fbcb343a04d3e6e2ab8487462b5a21917a4375 (patch) | |
tree | f3aa4e18c6aff0b4fa2e8c3d4517e6b6f5030258 /opinionated.evergreen.css | |
parent | dcf6136221ed221746ce7189531443206fa43619 (diff) | |
download | normalize.css-11.0.1.tar.gz normalize.css-11.0.1.zip |
11.0.111.0.1
Diffstat (limited to 'opinionated.evergreen.css')
-rw-r--r-- | opinionated.evergreen.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opinionated.evergreen.css b/opinionated.evergreen.css index 328dc52..4d075a4 100644 --- a/opinionated.evergreen.css +++ b/opinionated.evergreen.css @@ -160,9 +160,9 @@ button { */ button, -[type="button"], -[type="reset"], -[type="submit"] { +[type="button" i], +[type="reset" i], +[type="submit" i] { -webkit-appearance: button; } @@ -203,7 +203,7 @@ textarea { * 2. Correct the outline style in Safari. */ -[type="search"] { +[type="search" i] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } |