diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-11-19 17:50:20 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-11-19 17:50:20 +0100 |
commit | 17f0fc78ee9f8dbd1a9ecdf0602402135bb2284f (patch) | |
tree | 64e9210f1dd0184e5ebd29bf18e65682dc3da082 /apps/files | |
parent | 479cee66f40cbb6340b0c1f106101692edde821a (diff) | |
download | nextcloud-server-17f0fc78ee9f8dbd1a9ecdf0602402135bb2284f.tar.gz nextcloud-server-17f0fc78ee9f8dbd1a9ecdf0602402135bb2284f.zip |
Fix image sizing for action icons in Edge
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 9588faebc3b..f95f534c8ba 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -530,8 +530,8 @@ html.ie8 #fileList tr.selected td.filename>.selectCheckBox { } a.action > img { - max-height: 16px; - max-width: 16px; + height: 16px; + width: 16px; vertical-align: text-bottom; } |