mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
[IE8] Fix dangling Delete action when multiselect is enabled
For some reason we need to cancel out the table's top: 95px, but just for the delete action and not the other ones... whatever, IE8...
This commit is contained in:
parent
eeac6e2ab1
commit
8a34c29b2c
1 changed files with 4 additions and 0 deletions
|
|
@ -563,6 +563,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