Add file input with button and send file to imgur
This commit is contained in:
parent
f6bfa4161b
commit
aef26a2dc5
3 changed files with 32 additions and 2 deletions
|
@ -84,6 +84,25 @@ input[type=text], input[type=password], #sendMessage {
|
|||
margin-bottom: 5px !important;
|
||||
}
|
||||
|
||||
.btn-send-image {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.imgur-upload {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
cursor: inherit;
|
||||
font-size: 1000px !important;
|
||||
height: 300px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
opacity: 0;
|
||||
filter: ~"alpha(opacity=0)";
|
||||
}
|
||||
|
||||
.input-group {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue