mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #7235 from DavidVentura/master
small change for compatibility
This commit is contained in:
commit
323cc1166b
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; }
|
|||
#fileList a.action {
|
||||
display: inline;
|
||||
margin: -8px 0;
|
||||
padding: 18px 8px !important;
|
||||
padding: 18px 8px;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
||||
filter: alpha(opacity=0);
|
||||
opacity: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue