Skip to content

Commit

Permalink
[img] fix Studio-42#2503 make icons-big.svg and use it
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Aug 9, 2018
1 parent 50787f8 commit 7aaeaa6
Show file tree
Hide file tree
Showing 4 changed files with 2,783 additions and 41 deletions.
48 changes: 7 additions & 41 deletions css/cwd.css
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,10 @@
width: 48px;
height: 48px;
margin: 0 auto;
background: url('../img/icons-big.png') 0 0 no-repeat;
background-image: url('../img/icons-big.svg');
background-image: url('../img/icons-big.png') \9;
background-position: 0 0;
background-repeat: no-repeat;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
Expand Down Expand Up @@ -567,45 +570,6 @@
left: -10px;
}

/* icon image has type */
.elfinder-cwd-icon-x-empty:before,
.elfinder-cwd-icon-plain:before,
.elfinder-cwd-icon-rtf:before,
.elfinder-cwd-icon-rtfd:before,
.elfinder-cwd-icon-pdf:before,
.elfinder-cwd-icon-html:before,
.elfinder-cwd-icon-css:before,
.elfinder-cwd-icon-javascript:before,
.elfinder-cwd-icon-x-javascript:before,
.elfinder-cwd-icon-x-perl:before,
.elfinder-cwd-icon-x-python:before,
.elfinder-cwd-icon-x-ruby:before,
.elfinder-cwd-icon-x-sh:before,
.elfinder-cwd-icon-x-shellscript:before,
.elfinder-cwd-icon-x-c:before,
.elfinder-cwd-icon-x-csrc:before,
.elfinder-cwd-icon-x-chdr:before,
.elfinder-cwd-icon-x-c--:before,
.elfinder-cwd-icon-x-c--src:before,
.elfinder-cwd-icon-x-c--hdr:before,
.elfinder-cwd-icon-x-java:before,
.elfinder-cwd-icon-x-java-source:before,
.elfinder-cwd-icon-x-php:before,
.elfinder-cwd-icon-xml:before,
.elfinder-cwd-icon-zip:before,
.elfinder-cwd-icon-x-zip:before,
.elfinder-cwd-icon-x-xz:before,
.elfinder-cwd-icon-x-7z-compressed:before,
.elfinder-cwd-icon-x-gzip:before,
.elfinder-cwd-icon-x-tar:before,
.elfinder-cwd-icon-x-bzip:before,
.elfinder-cwd-icon-x-bzip2:before,
.elfinder-cwd-icon-x-rar:before,
.elfinder-cwd-icon-x-rar-compressed:before,
.elfinder-cwd-icon-x-shockwave-flash:before {
display: none
}

/* addtional type badge name */
.elfinder-cwd-icon.elfinder-cwd-icon-mp2t:before {
content: 'ts'
Expand Down Expand Up @@ -654,7 +618,9 @@
left: -38px;
width: 48px;
height: 48px;
background: url('../img/icons-big.png') 0 0 no-repeat;
background-image: url('../img/icons-big.svg');
background-image: url('../img/icons-big.png') \9;
background-repeat: no-repeat;
background-size: auto !important;
opacity: .8;
filter: Alpha(Opacity=60);
Expand Down
Binary file modified img/icons-big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/icons-big.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7aaeaa6

Please sign in to comment.