diff --git a/web/app/components/input/__buttons/input__buttons.scss b/web/app/components/input/__buttons/input__buttons.scss index 599e19a7..9108d942 100644 --- a/web/app/components/input/__buttons/input__buttons.scss +++ b/web/app/components/input/__buttons/input__buttons.scss @@ -1,3 +1,4 @@ .input__buttons { - margin-top: 8px; + padding-top: 8px; + background: #eee; } diff --git a/web/app/components/input/input.scss b/web/app/components/input/input.scss index 8a524a07..7afc6e06 100644 --- a/web/app/components/input/input.scss +++ b/web/app/components/input/input.scss @@ -4,5 +4,5 @@ font-size: 0; border: 12px solid #eee; border-radius: 2px; - background: #eee; + background: #fff; // try to fix textarea blinking in Safari }