PluginProbe ʕ •ᴥ•ʔ
File Manager Pro – Filester / 1.9
File Manager Pro – Filester v1.9
2.1.1 trunk 1.6.1 1.7.6 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 2.0 2.0.1 2.0.2 2.1.0
filester / includes / File_manager / lib / themes / windows-10 / css / view-thumbnail.css
filester / includes / File_manager / lib / themes / windows-10 / css Last commit date
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