summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-10 11:14:51 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-07 14:58:45 +0100
commit5bf7e5533d79c98d720d92ecee0125938805ff0f (patch)
treef8b9fc3fffa74f5ce858fd8184ed79663a6cd4d7 /apps/files_sharing/css
parent9e5e120ef9869b7c52d90e85782ec83a9217275d (diff)
downloadnextcloud-server-5bf7e5533d79c98d720d92ecee0125938805ff0f.tar.gz
nextcloud-server-5bf7e5533d79c98d720d92ecee0125938805ff0f.zip
visually reflect sharing state of current folder
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/sharebreadcrumb.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/apps/files_sharing/css/sharebreadcrumb.css b/apps/files_sharing/css/sharebreadcrumb.css
new file mode 100644
index 00000000000..054c6bd66bf
--- /dev/null
+++ b/apps/files_sharing/css/sharebreadcrumb.css
@@ -0,0 +1,33 @@
+/**
+ * @copyright 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+div.crumb span.icon-share {
+ display: inline-block;
+ width: 32px;
+ vertical-align: sub;
+ cursor: pointer;
+ opacity: 0.2;
+}
+
+div.crumb span.icon-share.shared {
+ opacity: 0.7;
+}