Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-06-26 09:34:24 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-06-26 09:34:24 +0300
commite71ff67c612f4c8e9ad6a7e912a93e89716c8700 (patch)
treeb15aef74011faac12688f911dd8bc0f8e4a6a1cc /css
parent5c6951fb120f440dde2d2b2aa66fe7c79d1c238e (diff)
Do not load/show 'noSelect' folders
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/mail.css b/css/mail.css
index 422e274da..c60aae028 100755
--- a/css/mail.css
+++ b/css/mail.css
@@ -30,6 +30,9 @@
background-color: rgb(240, 240, 240);
}
+.folder.no-select {
+ cursor: not-allowed;
+}
/* SETUP */
#setup {