summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-06 13:25:10 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-06 13:25:10 +0100
commit7141c70cd02f8caafb7ed97881a31466fc22b4e3 (patch)
treef8619323cf8da36a99b275672a944d0a907da2a5
parent079ebe2be6261a00605ca33e5452b4fd0a634fba (diff)
parent17f0fc78ee9f8dbd1a9ecdf0602402135bb2284f (diff)
downloadnextcloud-server-7141c70cd02f8caafb7ed97881a31466fc22b4e3.tar.gz
nextcloud-server-7141c70cd02f8caafb7ed97881a31466fc22b4e3.zip
Merge pull request #20618 from owncloud/action-icon-size
Fix image sizing for action icons in Edge
-rw-r--r--apps/files/css/files.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 4929039f837..389b7fae806 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;
}