diff options
Diffstat (limited to 'web_src/css/modules/normalize.css')
-rw-r--r-- | web_src/css/modules/normalize.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web_src/css/modules/normalize.css b/web_src/css/modules/normalize.css index 406869f7fb..809ed3d7cc 100644 --- a/web_src/css/modules/normalize.css +++ b/web_src/css/modules/normalize.css @@ -144,9 +144,9 @@ Correct the inability to style clickable types in iOS and Safari. */ button, -[type='button'], -[type='reset'], -[type='submit'] { +[type="button"], +[type="reset"], +[type="submit"] { -webkit-appearance: button; } @@ -206,7 +206,7 @@ Correct the cursor style of increment and decrement buttons in Safari. 2. Correct the outline style in Safari. */ -[type='search'] { +[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } |