contextmenu.css
9 months ago
dialog.css
9 months ago
icons.css
9 months ago
main.css
9 months ago
navbar.css
9 months ago
reset.css
9 months ago
statusbar.css
9 months ago
theme.css
9 months ago
toolbar.css
9 months ago
view-list.css
9 months ago
view-thumbnail.css
9 months ago
view-thumbnail.css
42 lines
| 1 | /* view-thumbnail.css */ |
| 2 | /* Wrapper for thumbnail view */ |
| 3 | .elfinder .elfinder-cwd-view-icons { |
| 4 | } |
| 5 | |
| 6 | /* File wrapper */ |
| 7 | .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file { |
| 8 | width: 80px; |
| 9 | height: 80px; |
| 10 | border: 1px solid transparent; |
| 11 | border-radius: 0; |
| 12 | } |
| 13 | |
| 14 | /* Hovered file */ |
| 15 | .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file.ui-state-hover { |
| 16 | background: #e5f3ff; |
| 17 | } |
| 18 | |
| 19 | /* Selected file */ |
| 20 | .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file.ui-selected { |
| 21 | background: #cce8ff; |
| 22 | border: 1px solid #99d1ff; |
| 23 | } |
| 24 | |
| 25 | /* File icon */ |
| 26 | .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-icon { |
| 27 | } |
| 28 | |
| 29 | .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-icon-directory, |
| 30 | .elfinder .elfinder-dialog .elfinder-cwd-icon-directory { |
| 31 | background-color: transparent; |
| 32 | background-image: url('../images/48px/directory.png') !important; |
| 33 | background-position: center center; |
| 34 | height: 48px; |
| 35 | width: 48px; |
| 36 | } |
| 37 | |
| 38 | /* File name */ |
| 39 | .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename { |
| 40 | color: #000 !important; |
| 41 | } |
| 42 |