Skip to content
Snippets Groups Projects
Commit bae9053d authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Minor UI improvements

parent 18d00e0b
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,15 @@ form.upload ...@@ -104,6 +104,15 @@ form.upload
display: none display: none
label label
position: relative
display: inline-block
overflow: hidden
&:hover,&:focus
background: #FFD54F
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
span.text
position: relative
display: inline-block display: inline-block
background: #FFC107 background: #FFC107
padding: 4px 16px padding: 4px 16px
...@@ -112,9 +121,15 @@ form.upload ...@@ -112,9 +121,15 @@ form.upload
line-height: 24px line-height: 24px
color: #282828 color: #282828
cursor: pointer cursor: pointer
&:hover,&:focus z-index: 1
background: #FFD54F
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) input[type=file]
position: absolute
left: 0
right: 0
top: 0
bottom: 0
opacity: 0
input[type=submit] input[type=submit]
display: none display: none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment