Merge branch 'staging' of https://github.com/xwiki-labs/cryptpad into staging

This commit is contained in:
Pierre Bondoerffer
2017-03-02 17:09:39 +01:00
9 changed files with 161 additions and 9 deletions

View File

@@ -113,6 +113,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

@@ -147,6 +147,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