Hovering over the upload file button uses the cursor pointer, Bug Mash Monday #5
This commit is contained in:
parent
7abbe4a642
commit
1a0c756bb3
1 changed files with 11 additions and 22 deletions
|
|
@ -684,12 +684,6 @@ form p.checkbox_select
|
||||||
*:-moz-placeholder
|
*:-moz-placeholder
|
||||||
@include placeholder_styles
|
@include placeholder_styles
|
||||||
|
|
||||||
#file-upload
|
|
||||||
input
|
|
||||||
:height 100%
|
|
||||||
:width 100%
|
|
||||||
:cursor pointer
|
|
||||||
|
|
||||||
#publisher
|
#publisher
|
||||||
:z-index 1
|
:z-index 1
|
||||||
:color #999
|
:color #999
|
||||||
|
|
@ -770,38 +764,33 @@ form p.checkbox_select
|
||||||
:top 1em
|
:top 1em
|
||||||
|
|
||||||
#file-upload
|
#file-upload
|
||||||
:position absolute !important
|
|
||||||
:bottom 1px !important
|
:bottom 1px !important
|
||||||
:right 6px
|
|
||||||
:z-index 10
|
|
||||||
:margin 0
|
|
||||||
|
|
||||||
:display inline-block
|
:display inline-block
|
||||||
|
:margin 0
|
||||||
:padding .3em .3em 3px
|
:padding .3em .3em 3px
|
||||||
:cursor pointer
|
:position absolute !important
|
||||||
|
:right 6px
|
||||||
|
|
||||||
|
input[type='file']
|
||||||
|
:top initial !important
|
||||||
|
:right initial !important
|
||||||
|
|
||||||
img
|
img
|
||||||
@include opacity(0.4)
|
@include opacity(0.4)
|
||||||
|
|
||||||
:vertical-align bottom
|
:vertical-align bottom
|
||||||
:display inline-block
|
|
||||||
:margin 0
|
|
||||||
:padding 0
|
|
||||||
:margin
|
|
||||||
:bottom 1px
|
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
:background
|
:color #666
|
||||||
:color none
|
|
||||||
:cursor pointer
|
:cursor pointer
|
||||||
|
|
||||||
:color #666
|
|
||||||
img
|
img
|
||||||
@include opacity(0.8)
|
@include opacity(0.8)
|
||||||
|
|
||||||
&:active
|
&:active
|
||||||
:text-shadow 0 1px 0 #fafafa
|
|
||||||
:color #444
|
:color #444
|
||||||
|
:text-shadow 0 1px 0 #fafafa
|
||||||
|
|
||||||
img
|
img
|
||||||
@include opacity(1)
|
@include opacity(1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue