diff options
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 18d0788..29eb3c8 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -828,9 +828,19 @@ h5{ transform:translateY(0%); } -.fileUpload .icon-ios7-upload-outline{ +.fileUpload .icon-ios7-upload-outline { font-size:40px; } +.fileUpload .upload-icon.uploading { +} +.fileUpload .upload-icon.uploading:before { + content: ' ' !important; + background-image: url("/assets/img/loader.gif"); + background-repeat: no-repeat; + width: 40px; + height: 40px; +} + .fileUpload input[type="text"]{ border: 1px solid #ccc; font-size: 15px; |
