From 5bf7e5533d79c98d720d92ecee0125938805ff0f Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 10 Oct 2016 11:14:51 +0200 Subject: visually reflect sharing state of current folder Signed-off-by: Christoph Wurst --- apps/files_sharing/css/sharebreadcrumb.css | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 apps/files_sharing/css/sharebreadcrumb.css (limited to 'apps/files_sharing/css') 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 + * + * @author 2016 Christoph Wurst + * + * @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 . + * + */ + +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; +} -- cgit v1.2.3