From 5721c1918fd5c2419dd172bddd0e9da8bff8cb45 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Wed, 26 Oct 2022 01:27:25 +0530 Subject: [PATCH] Did something ... --- src/app.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app.css b/src/app.css index cf03e89..41aafac 100644 --- a/src/app.css +++ b/src/app.css @@ -215,7 +215,7 @@ button, [type='button'], [type='reset'], [type='submit'] { - -webkit-appearance: button; + -webkit-ap: button; /* 1 */ background-color: transparent; /* 2 */ @@ -262,7 +262,7 @@ Correct the cursor style of increment and decrement buttons in Safari. */ [type='search'] { - -webkit-appearance: textfield; + appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ @@ -273,7 +273,7 @@ Remove the inner padding in Chrome and Safari on macOS. */ ::-webkit-search-decoration { - -webkit-appearance: none; + appearance: none; } /* @@ -282,7 +282,7 @@ Remove the inner padding in Chrome and Safari on macOS. */ ::-webkit-file-upload-button { - -webkit-appearance: button; + appearance: button; /* 1 */ font: inherit; /* 2 */ @@ -394,7 +394,6 @@ embed, object { display: block; /* 1 */ - vertical-align: middle; /* 2 */ }