jquery.fileupload-ui.css

About this file

In this CSS file, styles are set for attributes related to the file uploading button bar, the progress bar and animation, file upload processing, and for the files.

Code Check Report




csslint: There are 3 problems in .

jquery.fileupload-ui.css
1: warning at line 19, col 3
Use of !important
  background: url("../../img/progressbar.gif") !important;

jquery.fileupload-ui.css
2: warning at line 22, col 1
Rule doesn't have all its properties in alphabetical order.
.fileupload-process {

jquery.fileupload-ui.css
3: warning at line 26, col 1
Rule doesn't have all its properties in alphabetical order.
.fileupload-processing .fileupload-process,
                        

Documentation drawn from source code

/*
.fileupload-buttonbar .toggle {
}

.progress-animated .bar {
}

.fileupload-process {
}

.files .processing .preview {
}

.files video {
}

@media (max-width: 767px) {
.files .btn span {
}

.files .name {
}

.files video {
}

.files canvas {
}

}

Source code