From e54d09a10bfea6d66c95dc1cb27b62b5038b9e67 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 27 Apr 2015 00:19:03 +0200 Subject: [PATCH] Show "Start uploading" button with rounded corner Let's have all action buttons get rounded corners to make them clearer. --- app/views/packages/details.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/packages/details.slim b/app/views/packages/details.slim index dc96f6e..c773bbc 100644 --- a/app/views/packages/details.slim +++ b/app/views/packages/details.slim @@ -39,7 +39,7 @@ .small-4.columns = form_for :screenshot, url: upload_image_path, html: { multipart: true } do |f| / = image_tag("/images/dummy/upload.svg", style: "width: 100%", id: 'upload-image') - a.button id='upload-image' Start uploading + a.button.round id='upload-image' Start uploading = f.file_field :image, id: 'fileupload', multiple: true, style: 'display: none' .small-8.columns