diff options
| author | Horus3 | 2014-12-01 02:09:10 +0100 |
|---|---|---|
| committer | Horus3 | 2014-12-01 02:09:10 +0100 |
| commit | b435ec462e0f39457e14d81750f07781db97cb91 (patch) | |
| tree | 6923f685c0ca9d6fef80d3496c02e12318e68fdc /uploaded/css/jquery.fileupload-noscript.css | |
| parent | 33affa31742f0bc9d735349763f639087ea4e7ff (diff) | |
| download | tools.iamfabulous.de-b435ec462e0f39457e14d81750f07781db97cb91.tar.gz | |
File Uploaded added
Diffstat (limited to 'uploaded/css/jquery.fileupload-noscript.css')
| -rw-r--r-- | uploaded/css/jquery.fileupload-noscript.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/uploaded/css/jquery.fileupload-noscript.css b/uploaded/css/jquery.fileupload-noscript.css new file mode 100644 index 0000000..64d728f --- /dev/null +++ b/uploaded/css/jquery.fileupload-noscript.css @@ -0,0 +1,22 @@ +@charset "UTF-8"; +/* + * jQuery File Upload Plugin NoScript CSS 1.2.0 + * https://github.com/blueimp/jQuery-File-Upload + * + * Copyright 2013, Sebastian Tschan + * https://blueimp.net + * + * Licensed under the MIT license: + * http://www.opensource.org/licenses/MIT + */ + +.fileinput-button input { + position: static; + opacity: 1; + filter: none; + font-size: inherit; + direction: inherit; +} +.fileinput-button span { + display: none; +} |
