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:
parent
8c45f09e46
commit
e54d09a10b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue