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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-07 14:41:08 +0300
committerbrantje <brantje@gmail.com>2016-10-07 14:41:08 +0300
commite7bf4f8533893e855a31f46cf9451c58cdca67e1 (patch)
treeca4c6dc1ac9835292d1c0f961ca3e4488d94a8dc /css/app.css
parenta8ce34b29b7a826740145d4b83ef7fb65d4a7963 (diff)
Delete users from share list
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css
index dfd48cc3..856df9b1 100644
--- a/css/app.css
+++ b/css/app.css
@@ -492,6 +492,11 @@
.table {
width: 100%; }
+.shared_table .fa-trash {
+ cursor: pointer; }
+.shared_table .fa-trash:hover {
+ color: #ce3702; }
+
.scan-result-table {
margin-top: 10px; }
.scan-result-table .score {