mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Merge pull request #19497 from owncloud/ie8-multiselect-delete-action-puke
[IE8] Fix dangling Delete action when multiselect is enabled
This commit is contained in:
commit
4fb2ef3bac
1 changed files with 4 additions and 0 deletions
|
|
@ -570,6 +570,10 @@ a.action > img {
|
|||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
html.ie8 .column-mtime .selectedActions {
|
||||
top: -95px;
|
||||
}
|
||||
|
||||
#fileList a.action {
|
||||
display: inline;
|
||||
padding: 17px 8px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue