Index: ui/file_manager/file_manager/foreground/css/file_manager.css |
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css |
index ef0c64fed9cea3c9f94974f108fa802068334e16..9dbc974ce10a6200648ffa46fa1db302ea0a7d17 100644 |
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css |
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css |
@@ -1218,6 +1218,11 @@ li[renaming=''] .filename-label { |
width: 28px; |
} |
+#list-container list li .detail-thumbnail > img { |
+ -webkit-user-drag: none; |
+ position: absolute; |
fukino
2015/02/09 11:03:41
This 'absolute' is needed for centering the loaded
yawano
2015/02/09 11:15:05
Acknowledged.
|
+} |
+ |
#list-container list li:not([selected]) .detail-thumbnail.loaded { |
opacity: 1; |
} |