diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-02-25 17:23:32 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-02-25 23:01:07 +0100 |
commit | b634f1e2c70809a4fde7f738cb7c252b6fc3f4dc (patch) | |
tree | b2571dd30f629fdf588bcb2880bb57d76c37ddb5 /apps/files_sharing/css | |
parent | c767030f071ec8f8ec08f41cf245222035de080d (diff) | |
download | nextcloud-server-b634f1e2c70809a4fde7f738cb7c252b6fc3f4dc.tar.gz nextcloud-server-b634f1e2c70809a4fde7f738cb7c252b6fc3f4dc.zip |
Make more action icons themable + style fixes
Action icons now appear properly in public link page.
More actions are now CSS icons.
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/sharetabview.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index 642c0909af3..04338820881 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -87,3 +87,7 @@ margin-top: 9px; } +.shareTabView .icon { + display: inline-block; + background-size: 16px 16px; +} |