diff --git a/images/paperclip.png b/images/paperclip.png index f2463bc0..7777bfda 100644 Binary files a/images/paperclip.png and b/images/paperclip.png differ diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 20198b75..1b1dbd7c 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -146,7 +146,6 @@ button.back { width: 36px; height: 100%; background: url('/images/paperclip.png') no-repeat center center; - background-size: 70%; } input[type=file] { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 6fdb9d14..f969340f 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -125,8 +125,7 @@ button.back { .file-input .paperclip { width: 36px; height: 100%; - background: url("/images/paperclip.png") no-repeat center center; - background-size: 70%; } + background: url("/images/paperclip.png") no-repeat center center; } .file-input input[type=file] { display: none; position: absolute;