mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Broken gzip icon in the repository view (#32024).
Patch by Seiei Miyagi. git-svn-id: http://svn.redmine.org/redmine/trunk@18435 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1536,7 +1536,7 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container {
|
||||
.icon-file.image-tiff { background-image: url(../images/files/image.png); }
|
||||
.icon-file.application-pdf { background-image: url(../images/files/pdf.png); }
|
||||
.icon-file.application-zip { background-image: url(../images/files/zip.png); }
|
||||
.icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
|
||||
.icon-file.application-gzip { background-image: url(../images/files/zip.png); }
|
||||
|
||||
.sort-handle { cursor:move; }
|
||||
.sort-handle.ajax-loading { background-image: url(../images/loading.gif); }
|
||||
|
||||
Reference in New Issue
Block a user