diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-12 11:34:17 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-12 11:34:17 -0400 |
commit | a8e6be601698622753bc948924c4ef564ffccaaa (patch) | |
tree | 85b7157bdfd8b91253aab4e15ddcc0496fd661e6 /apps/files_sharing/css | |
parent | d78b75a0d1a8221e7855a3f2061928b5ec0471d8 (diff) | |
download | nextcloud-server-a8e6be601698622753bc948924c4ef564ffccaaa.tar.gz nextcloud-server-a8e6be601698622753bc948924c4ef564ffccaaa.zip |
Change the share file action icon if the file is already shared with someone
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/sharing.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/css/sharing.css b/apps/files_sharing/css/sharing.css index 152f43577ac..0759af2c274 100644 --- a/apps/files_sharing/css/sharing.css +++ b/apps/files_sharing/css/sharing.css @@ -4,5 +4,5 @@ -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; } #shared_list { padding:0.5em; list-style-type: none; } #public { border-top:1px solid #ddd; padding-top:0.5em; } -a.unshare { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; } -a.unshare:hover { background:#fff; -moz-box-shadow:0 0 10px #fff; -webkit-box-shadow:0 0 10px #fff; box-shadow:0 0 10px #fff; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
\ No newline at end of file +a.unshare { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; opacity:.5; } +a.unshare:hover { opacity:1; }
\ No newline at end of file |