From e7bf4f8533893e855a31f46cf9451c58cdca67e1 Mon Sep 17 00:00:00 2001 From: brantje Date: Fri, 7 Oct 2016 13:41:08 +0200 Subject: Delete users from share list --- css/app.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css/app.css') 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 { -- cgit v1.2.3