Skip to content
Snippets Groups Projects
Commit e33fa226 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix rename icon, fix #9257

parent 3b2fd5e4
No related branches found
No related tags found
No related merge requests found
...@@ -437,9 +437,9 @@ a.action>img { ...@@ -437,9 +437,9 @@ a.action>img {
} }
#fileList a.action[data-action="Rename"] { #fileList a.action[data-action="Rename"] {
padding:18px 14px !important; padding: 16px 14px 17px !important;
position: relative; position: relative;
top: -6px; top: -21px;
} }
#fileList tr:hover a.action, #fileList a.action.permanent { #fileList tr:hover a.action, #fileList a.action.permanent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment