diff --git a/source/components/TargetSelection.css b/source/components/TargetSelection.css index d0651add3..9d89963de 100644 --- a/source/components/TargetSelection.css +++ b/source/components/TargetSelection.css @@ -97,11 +97,10 @@ font-weight: 700; padding: 0; padding: 0em 0.5em; - background: white; + background: rgba(255, 255, 255, 0); border-radius: 0.2em; - border: none; - box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.45); - color: #333; + border: 2px solid white; + color: white; font-size: inherit; }