diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-11 18:59:01 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-11 19:00:32 +0200 |
commit | 99790d68058b56e4a1faa0bba401287e5aa9eab1 (patch) | |
tree | 644f70c614bb64c0683879b2309605b39072df15 /files/css | |
parent | ef5e253bf54fb3ec9f12d4d208fee18db05b16fe (diff) | |
download | nextcloud-server-99790d68058b56e4a1faa0bba401287e5aa9eab1.tar.gz nextcloud-server-99790d68058b56e4a1faa0bba401287e5aa9eab1.zip |
lots of image changes, use svg EVERYWHERE POSSIBLE
Diffstat (limited to 'files/css')
-rw-r--r-- | files/css/files.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/css/files.css b/files/css/files.css index 9af064ccbe4..d24de2b3270 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -12,7 +12,7 @@ .file_upload_wrapper, #file_newfolder_name { background-repeat:no-repeat; background-position:.5em .3em; padding-left:2em; } .file_upload_wrapper { font-weight:bold; display:-moz-inline-box; /* fallback for older firefox versions*/ display:inline-block; padding-left:0; overflow:hidden; position:relative; margin-right:1.5em;} -#file_newfolder_name { background-image:url("../img/folder.png"); font-weight:bold; width:8em; } +#file_newfolder_name { background-image:url('../../core/img/places/folder.svg'); font-weight:bold; width:8em; } .file_upload_start, .file_upload_filename { font-size:1em; } #file_newfolder_submit, #file_upload_submit { width:3em; } .file_upload_target { display:none; } @@ -57,4 +57,4 @@ table thead.fixed {height:2em} .selectedActions a:hover, a.file_action:hover { background:#fff; -moz-box-shadow:0 0 10px #fff; -webkit-box-shadow:0 0 10px #fff; box-shadow:0 0 10px #fff; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } /* add breadcrumb divider to the File item in navigation panel */ -#navigation>ul>li:first-child { background:url('../../core/img/breadcrumb-start.png') no-repeat 12.5em 0px; width:12.5em; padding-right:1em; } +#navigation>ul>li:first-child { background:url('../../core/img/breadcrumb-start.svg') no-repeat 12.5em 0px; width:12.5em; padding-right:1em; } |