mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 23:06:47 +02:00
Add hint to item labels.
This commit is contained in:
@@ -131,8 +131,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.thumb {
|
.thumb {
|
||||||
// box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
|
box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
|
||||||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.rational {
|
&.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);
|
$iconImg.attr('src', resource.icon(item.type)).attr('alt', item.type);
|
||||||
$label.text(item.label);
|
$label.text(item.label);
|
||||||
|
$label.attr('title', item.label);
|
||||||
$date.data('time', item.time).text(format.formatDate(item.time));
|
$date.data('time', item.time).text(format.formatDate(item.time));
|
||||||
$size.data('bytes', item.size).text(format.formatSize(item.size));
|
$size.data('bytes', item.size).text(format.formatSize(item.size));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user