diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2014-01-27 04:11:15 -0800 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-01-27 04:11:15 -0800 |
commit | 0a1708ba11b5380f9730e8bc0d65ed79a68a7995 (patch) | |
tree | d61520c75252286dd4c914048efbcf6657d50036 /apps/files/css | |
parent | 46745895ae6db0efac52461497853d037230bcae (diff) | |
parent | 269f24cf9617397aaf501b27ec1af2c8e3154cf8 (diff) | |
download | nextcloud-server-0a1708ba11b5380f9730e8bc0d65ed79a68a7995.tar.gz nextcloud-server-0a1708ba11b5380f9730e8bc0d65ed79a68a7995.zip |
Merge pull request #6912 from owncloud/replace-webroot-in-css
Remove %webroot% from CSS
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/upload.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/files/css/upload.css b/apps/files/css/upload.css index ddd2a67b812..06b4d4655fe 100644 --- a/apps/files/css/upload.css +++ b/apps/files/css/upload.css @@ -18,9 +18,6 @@ margin: -5px -3px; cursor: pointer; z-index: 10; - background-image: url('%webroot%/core/img/actions/upload.svg'); - background-repeat: no-repeat; - background-position: center; opacity: .65; } .file_upload_target { display:none; } @@ -119,11 +116,6 @@ .oc-dialog .fileexists .conflict input[type='checkbox'] { float: left; } -.oc-dialog .fileexists .toggle { - background-image: url('%webroot%/core/img/actions/triangle-e.png'); - width: 16px; - height: 16px; -} .oc-dialog .fileexists #allfileslabel { float:right; } |