Cursor pointer on upload-photos button in webkit browsers
This commit is contained in:
parent
6689f20710
commit
0cccd87259
1 changed files with 2 additions and 9 deletions
|
|
@ -713,14 +713,6 @@ form p.checkbox_select
|
||||||
*:-moz-placeholder
|
*:-moz-placeholder
|
||||||
@include placeholder_styles
|
@include placeholder_styles
|
||||||
|
|
||||||
#file-upload
|
|
||||||
input
|
|
||||||
:height 100%
|
|
||||||
:width 100%
|
|
||||||
:cursor pointer
|
|
||||||
img
|
|
||||||
:margin-right 20px
|
|
||||||
|
|
||||||
#publisher
|
#publisher
|
||||||
:z-index 1
|
:z-index 1
|
||||||
:color #999
|
:color #999
|
||||||
|
|
@ -833,10 +825,11 @@ form p.checkbox_select
|
||||||
:right initial !important
|
:right initial !important
|
||||||
:height 100%
|
:height 100%
|
||||||
:width 100%
|
:width 100%
|
||||||
|
&::-webkit-file-upload-button
|
||||||
|
:cursor pointer
|
||||||
|
|
||||||
img
|
img
|
||||||
@include opacity(0.4)
|
@include opacity(0.4)
|
||||||
|
|
||||||
:vertical-align bottom
|
:vertical-align bottom
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue