﻿.qq-uploader {
    min-height: auto;
}

.qq-upload-list {
    margin-top: 6px;
    box-shadow: none;
    border-radius: 6px;
}

.qq-upload-list li {
    margin-bottom: 10px;
    border-radius: 6px;
}

.qq-upload-list li.qq-upload-success{
    border: none;
}

.qq-upload-file {
    overflow: hidden;
}

.qq-upload-button-hover {
    background-color: inherit !important;
}


.qq-upload-list li.qq-upload-fail{
    border: 1px solid #ff9c9c;   
    background-color: inherit;
}

 li.qq-upload-fail .qq-upload-status-text {
     font-weight: normal;
     color: #BF4040;
 }

 .qq-upload-list li.qq-upload-success {
     background-color: #F6F6F6;
 }
.qq-upload-list li.qq-upload-success .qq-upload-cancel {
    display: none;
}
.qq-upload-cancel.button-small {
    font-weight: normal;
}



.qq-upload-list li .qq-ml-edit-button {
    display: none;
    line-height: normal;
    vertical-align: middle;
}

.qq-upload-list li.qq-upload-success .qq-ml-edit-button{
    display: inline-block;
}