Merge pull request #20618 from owncloud/action-icon-size

Fix image sizing for action icons in Edge
remotes/origin/users-ajaxloadgroups
Thomas Müller 10 years ago
commit 7141c70cd0
  1. 4
      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;
}

Loading…
Cancel
Save