diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-17 21:46:07 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-17 21:46:07 +0100 |
commit | a32c7813263414c703b6652cc13993eaf564bf6e (patch) | |
tree | 9dc873e1f7710422820b2426cb8511ae64d41c2b /apps/files/css/detailsView.css | |
parent | 9f5d019df9ec8f867cc2fa536da6d7b9915df84c (diff) | |
download | nextcloud-server-a32c7813263414c703b6652cc13993eaf564bf6e.tar.gz nextcloud-server-a32c7813263414c703b6652cc13993eaf564bf6e.zip |
use copy icon for local link rather than link icon to prevent confusion with sharing
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css/detailsView.css')
-rw-r--r-- | apps/files/css/detailsView.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/detailsView.css b/apps/files/css/detailsView.css index 2ec16993ef5..ec08a5d5a6f 100644 --- a/apps/files/css/detailsView.css +++ b/apps/files/css/detailsView.css @@ -19,8 +19,8 @@ } #app-sidebar .mainFileInfoView .permalink { - margin-left: 10px; - opacity: .5; + padding: 6px 10px; + vertical-align: text-top; } #app-sidebar .mainFileInfoView .permalink-field>input { clear: both; |