mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Add hint to item labels.
This commit is contained in:
parent
4dec0ad0ae
commit
4df73eb45c
2 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue