diff --git a/source/components/TargetSelection.css b/source/components/TargetSelection.css index 1fd9e5010..8fd4797b4 100644 --- a/source/components/TargetSelection.css +++ b/source/components/TargetSelection.css @@ -91,21 +91,24 @@ border-bottom: 1px dashed #ffffff91} #targetSelection input[type='text'] { width: 5em !important; display: inline-block; - height: 1.4em; + height: 1.5em; text-align: right; font-weight: 600; padding: 0; - padding: 0em 0.3em; + padding: 0em 0.5em; background: white; - border-radius: 0.1em; - border: none; - color: #4b4b66; + border-radius: 0.2em; +border: none; + box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.45); + color: #333; font-size: inherit } -#targetSelection input[type='text'] { +#targetSelection .unit { + margin-left: .6em; + font-size: 120%; + vertical-align: middle; } - #targetSelection .valueTypeIcon { display: none; margin: 0 0.4em;