From 0cccd8725977e2cc4aa6b10e04d1c7b0868d8476 Mon Sep 17 00:00:00 2001 From: arlogn Date: Mon, 5 Aug 2013 15:07:11 +0200 Subject: [PATCH] Cursor pointer on upload-photos button in webkit browsers --- app/assets/stylesheets/application.css.sass | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index d481f81f4..1d9fbb3a7 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -713,14 +713,6 @@ form p.checkbox_select *:-moz-placeholder @include placeholder_styles -#file-upload - input - :height 100% - :width 100% - :cursor pointer - img - :margin-right 20px - #publisher :z-index 1 :color #999 @@ -833,10 +825,11 @@ form p.checkbox_select :right initial !important :height 100% :width 100% + &::-webkit-file-upload-button + :cursor pointer img @include opacity(0.4) - :vertical-align bottom &:hover