Show "Start uploading" button with rounded corner

Let's have all action buttons get rounded corners to make them clearer.
This commit is contained in:
Christoph Haas 2015-04-27 00:19:03 +02:00
parent 8c45f09e46
commit e54d09a10b

View file

@ -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