diff --git a/manifest.json b/manifest.json index 7cb5e2e..b4939b9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,4 @@ { - "version": "2.0.0", + "version": "2.0.2", "author": "Ivan Carlos" } diff --git a/public/style.css b/public/style.css index 4daf98f..3e5bc83 100644 --- a/public/style.css +++ b/public/style.css @@ -218,7 +218,6 @@ input:focus, select:focus { #qrcode canvas { border-radius: 8px; - box-shadow: 0 4px 12px rgba(0,0,0,0.1); } /* History Dropdown Styles */ @@ -299,6 +298,5 @@ footer a:hover { .card { box-shadow: none; padding: 0; } .page-header, #form, #history-drop, footer, .btn { display: none !important; } #result-area { display: block !important; margin: 0; } - #qrcode canvas { box-shadow: none; } #showssid, #showkey { display: block !important; color: black; } }