mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 14:56:32 +02:00
Add hint to item labels.
This commit is contained in:
@@ -131,8 +131,7 @@
|
||||
}
|
||||
|
||||
.thumb {
|
||||
// box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
|
||||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
|
||||
box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
|
||||
}
|
||||
|
||||
&.rational {
|
||||
|
@@ -54,6 +54,7 @@ modulejs.define('view/items', ['_', '$', 'core/settings', 'core/resource', 'core
|
||||
|
||||
$iconImg.attr('src', resource.icon(item.type)).attr('alt', item.type);
|
||||
$label.text(item.label);
|
||||
$label.attr('title', item.label);
|
||||
$date.data('time', item.time).text(format.formatDate(item.time));
|
||||
$size.data('bytes', item.size).text(format.formatSize(item.size));
|
||||
|
||||
|
Reference in New Issue
Block a user