diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-01 11:41:22 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-01 11:41:22 +0100 |
commit | 9407f6c1d08b95bbbd751c372c0e571b1e2e1c15 (patch) | |
tree | cfdd35d6e2911f2646c64b4b7fc46b0b07ed675f /apps | |
parent | a57161f1e73a1238cf7ffa0ac39e5b6be54f105f (diff) | |
download | nextcloud-server-9407f6c1d08b95bbbd751c372c0e571b1e2e1c15.tar.gz nextcloud-server-9407f6c1d08b95bbbd751c372c0e571b1e2e1c15.zip |
Fix test for tooltip and local share owner
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 80a95559b2c..c165063bb85 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -598,6 +598,10 @@ a.action > img { margin-left: 6px; } +#fileList .remoteAddress .userDomain { + margin-left: 0 !important; +} + #fileList .favorite-mark.permanent { opacity: 1; } |