file icon for file upload button
This commit is contained in:
parent
3d5c13a3e1
commit
88033c268b
1 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,14 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
#file_upload_start {
|
||||
background-image:url(/owncloud-dev/img/mimetypes/file.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0.5em 0;
|
||||
padding-left: 2em;
|
||||
|
||||
}
|
||||
|
||||
#file_upload_form input[type="button"]{
|
||||
/* this is a dirty wurgaround, Jan needs to fix it in global css*/
|
||||
font-size: 0.9em;
|
||||
|
|
Loading…
Reference in a new issue