aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-10-21 16:35:55 +0200
committerRobin Appelman <robin@icewind.nl>2016-10-21 16:35:55 +0200
commit7427fb170f853cde26289890aabc98d74f8707be (patch)
treef1a38f97b60c5539e9b09ae9437cab1c6e69d547 /core/css/styles.css
parent9965a95e3b9aff118fa7a34102e5ac31367ac7e2 (diff)
downloadnextcloud-server-7427fb170f853cde26289890aabc98d74f8707be.tar.gz
nextcloud-server-7427fb170f853cde26289890aabc98d74f8707be.zip
show empty folder message in filepicker
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 94e60562ad8..d94a31c4cf1 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -782,6 +782,14 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
width: 100%;
padding-bottom: 55px;
}
+
+#oc-dialog-filepicker-content .emptycontent {
+ color: #888;
+ text-align: center;
+ margin-top: 80px;
+ width: 100%;
+ display: none;
+}
#oc-dialog-filepicker-content .filelist {
background-color:white;
width:100%;