contextmenu.less
8 months ago
dialog.less
8 months ago
file-icons.less
8 months ago
mainui.less
8 months ago
navbar-icons.less
8 months ago
navbar-restrict.less
8 months ago
navbar.less
8 months ago
statusbar.less
8 months ago
theme.css
8 months ago
theme.less
8 months ago
toolbar-icons.less
8 months ago
toolbar.less
8 months ago
view-icons.less
8 months ago
view-list.less
8 months ago
view.less
8 months ago
file-icons.less
93 lines
| 1 | /* default settings */ |
| 2 | .elfinder-cwd-icon { |
| 3 | background-image: none !important; |
| 4 | overflow: hidden; |
| 5 | } |
| 6 | .elfinder-cwd-icon:before { |
| 7 | font-family: FontAwesome; |
| 8 | background: none; |
| 9 | display: block; |
| 10 | text-align: center; |
| 11 | } |
| 12 | |
| 13 | /* generic files */ |
| 14 | .elfinder-cwd-icon-application:before { content: '\f016'; } |
| 15 | |
| 16 | /* directories */ |
| 17 | .elfinder-cwd-icon-directory:before { content: '\f07b'; } |
| 18 | .elfinder-droppable-active .elfinder-cwd-icon-directory:before { content: '\f07c'; } |
| 19 | |
| 20 | /* empty files */ |
| 21 | .elfinder-cwd-icon-x-empty:before, |
| 22 | .elfinder-cwd-icon-inode:before { content: '\f1c9'; } |
| 23 | |
| 24 | /* rich text */ |
| 25 | .elfinder-cwd-icon-text:before, |
| 26 | .elfinder-cwd-icon-rtf:before, |
| 27 | .elfinder-cwd-icon-rtfd:before { content: '\f0f6'; } |
| 28 | |
| 29 | /* pdfs */ |
| 30 | .elfinder-cwd-icon-pdf:before { content: '\f1c1'; } |
| 31 | |
| 32 | /* html/web documents */ |
| 33 | .elfinder-cwd-icon-html:before { content: '\f0ac'; } |
| 34 | |
| 35 | /* word */ |
| 36 | .elfinder-cwd-icon-vnd-ms-word:before { content: '\f1c2'; } |
| 37 | |
| 38 | /* powerpoint */ |
| 39 | .elfinder-cwd-icon-vnd-ms-powerpoint:before { content: '\f1c4'; } |
| 40 | |
| 41 | /* excel */ |
| 42 | .elfinder-cwd-icon-ms-excel:before, |
| 43 | .elfinder-cwd-icon-vnd-ms-excel:before, |
| 44 | .elfinder-cwd-icon-vnd-ms-excel-addin-macroEnabled-12:before, |
| 45 | .elfinder-cwd-icon-vnd-ms-excel-sheet-binary-macroEnabled-12:before, |
| 46 | .elfinder-cwd-icon-vnd-ms-excel-sheet-macroEnabled-12:before, |
| 47 | .elfinder-cwd-icon-vnd-ms-excel-template-macroEnabled-12:before { content: '\f1c3'; } |
| 48 | |
| 49 | /* images */ |
| 50 | .elfinder-cwd-icon-image:before, |
| 51 | .elfinder-cwd-icon-vnd-adobe-photoshop:before, |
| 52 | .elfinder-cwd-icon-postscript:before { content: '\f1c5'; } |
| 53 | |
| 54 | /* audio */ |
| 55 | .elfinder-cwd-icon-audio:before { content: '\f1c7'; } |
| 56 | |
| 57 | /* video */ |
| 58 | .elfinder-cwd-icon-video:before, |
| 59 | .elfinder-cwd-icon-flash-video:before { content: '\f1c8'; } |
| 60 | |
| 61 | /* archives */ |
| 62 | .elfinder-cwd-icon-zip:before, |
| 63 | .elfinder-cwd-icon-x-zip:before, |
| 64 | .elfinder-cwd-icon-x-xz:before, |
| 65 | .elfinder-cwd-icon-x-7z-compressed:before, |
| 66 | .elfinder-cwd-icon-x-gzip:before, |
| 67 | .elfinder-cwd-icon-x-tar:before, |
| 68 | .elfinder-cwd-icon-x-bzip:before, |
| 69 | .elfinder-cwd-icon-x-bzip2:before, |
| 70 | .elfinder-cwd-icon-x-rar:before { content: '\f1c6'; } |
| 71 | |
| 72 | /* code/script files */ |
| 73 | .elfinder-cwd-icon-javascript:before, |
| 74 | .elfinder-cwd-icon-x-javascript:before, |
| 75 | .elfinder-cwd-icon-x-perl:before, |
| 76 | .elfinder-cwd-icon-x-python:before, |
| 77 | .elfinder-cwd-icon-x-ruby:before, |
| 78 | .elfinder-cwd-icon-x-sh:before, |
| 79 | .elfinder-cwd-icon-x-shellscript:before, |
| 80 | .elfinder-cwd-icon-x-c:before, |
| 81 | .elfinder-cwd-icon-x-csrc:before, |
| 82 | .elfinder-cwd-icon-x-chdr:before, |
| 83 | .elfinder-cwd-icon-x-c--:before, |
| 84 | .elfinder-cwd-icon-x-c--src:before, |
| 85 | .elfinder-cwd-icon-x-c--hdr:before, |
| 86 | .elfinder-cwd-icon-x-java:before, |
| 87 | .elfinder-cwd-icon-x-java-source:before, |
| 88 | .elfinder-cwd-icon-x-php:before, |
| 89 | .elfinder-cwd-icon-xml:before { content: '\f1c9'; } |
| 90 | |
| 91 | /* unknown file types */ |
| 92 | .elfinder-cwd-icon-unknown:before { content: '\f016'; } |
| 93 |