fix rename icon, fix #9257
This commit is contained in:
parent
3b2fd5e4e6
commit
e33fa226cd
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