Find a pad in the drive

This commit is contained in:
yflory
2017-03-02 10:15:13 +01:00
parent b238f4c3d3
commit 8bdc8415ab
6 changed files with 129 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ span.fa-folder-open {
#tree li > span.element-row {
width: 100%;
display: inline-block;
cursor: pointer;
}
#tree li > span.element-row:not(.selected):hover {
background-color: #eee;

View File

@@ -146,6 +146,7 @@ span {
& > span.element-row {
width: 100%;
display: inline-block;
cursor: pointer;
}
& > span.element-row:not(.selected):hover {
background-color: @drive-hover;

View File

@@ -1164,7 +1164,7 @@ define([
var e = useData ? element : filesOp.getFileData(element);
if (!e) {
e = {
href : el,
href : element,
title : Messages.fm_noname,
atime : 0,
ctime : 0