Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
776 lars 1
@charset "UTF-8";
2
/*
3
 * jQuery File Upload Plugin NoScript CSS
4
 * https://github.com/blueimp/jQuery-File-Upload
5
 *
6
 * Copyright 2013, 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
  font-size: inherit;
18
  direction: inherit;
19
}
20
.fileinput-button span {
21
  display: none;
22
}