Support sending multiple images
This commit is contained in:
parent
f2bb543796
commit
3f661ded6c
5 changed files with 55 additions and 31 deletions
|
@ -362,16 +362,20 @@ td.time {
|
|||
}
|
||||
|
||||
#imgur-upload-progress {
|
||||
display: none;
|
||||
content: " ";
|
||||
width: 0%;
|
||||
height: 5px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
bottom: 100%;
|
||||
left: 0;
|
||||
background: #428BCA;
|
||||
}
|
||||
|
||||
.imgur-progress-bar {
|
||||
width: 0%;
|
||||
height: 5px;
|
||||
margin-top: 1px;
|
||||
background: #428BCA;
|
||||
}
|
||||
|
||||
/* fix for mobile firefox which ignores :hover */
|
||||
.nav-pills > li > a:active, .nav-pills > li > a:active span {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue