mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Fix image sizing for action icons in Edge
This commit is contained in:
parent
479cee66f4
commit
17f0fc78ee
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue