From 0e2cce152d5dd5c9961c444ca3cecf019ff04a7a Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 24 May 2026 17:03:34 -0700 Subject: [PATCH] Update PuterAlert.js --- src/puter-js/src/ui/components/PuterAlert.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/puter-js/src/ui/components/PuterAlert.js b/src/puter-js/src/ui/components/PuterAlert.js index 28e41738d..4ed2708d1 100644 --- a/src/puter-js/src/ui/components/PuterAlert.js +++ b/src/puter-js/src/ui/components/PuterAlert.js @@ -96,7 +96,6 @@ class PuterAlert extends PuterWebComponent { color: #666666; border: 1px solid #b9b9b9; background: linear-gradient(#f6f6f6, #e1e1e1); - box-shadow: inset 0px 1px 0px rgb(255 255 255 / 30%), 0 1px 2px rgb(0 0 0 / 15%); } button:active { background-color: #eeeeee; @@ -141,7 +140,6 @@ class PuterAlert extends PuterWebComponent { color: #666666; border: 1px solid #b9b9b9; background: linear-gradient(#f6f6f6, #e1e1e1); - box-shadow: inset 0px 1px 0px rgb(255 255 255 / 30%), 0 1px 2px rgb(0 0 0 / 15%); } @media (max-width: 480px) { .alert-body {