hjg
2024-07-09 30304784e82d4bba24121328da8eb8490aec4f4f
提交 | 用户 | 时间
58d006 1 @charset "UTF-8";
A 2 /*
3  * jQuery File Upload UI Plugin NoScript CSS 1.0
4  * https://github.com/blueimp/jQuery-File-Upload
5  *
6  * Copyright 2012, Sebastian Tschan
7  * https://blueimp.net
8  *
9  * Licensed under the MIT license:
10  * http://www.opensource.org/licenses/MIT
11  */
12
13 .fileinput-button input {
14   position: static;
15   opacity: 1;
16   filter: none;
17   transform: none;
18   font-size: inherit;
19   direction: inherit;
20 }
21
22 .fileinput-button span,
23 .fileinput-button i,
24 .fileupload-buttonbar .delete,
25 .fileupload-buttonbar .toggle {
26   display: none;
27 }