mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 13:00:44 -05:00
Merge pull request #9259 from owncloud/fix-rename-icon
fix rename icon, fix #9257
This commit is contained in:
commit
44e1bfb0ea
1 changed files with 2 additions and 2 deletions
|
|
@ -437,9 +437,9 @@ a.action>img {
|
|||
}
|
||||
|
||||
#fileList a.action[data-action="Rename"] {
|
||||
padding:18px 14px !important;
|
||||
padding: 16px 14px 17px !important;
|
||||
position: relative;
|
||||
top: -6px;
|
||||
top: -21px;
|
||||
}
|
||||
#fileList tr:hover a.action, #fileList a.action.permanent {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
||||
|
|
|
|||
Loading…
Reference in a new issue