fixup! fixup! fixup! fixup! Fix default action for deleted shares

Signed-off-by: GretaD <gretadoci@gmail.com>
This commit is contained in:
GretaD 2020-03-05 13:34:54 +01:00
parent dff944b774
commit b917f32529

View file

@ -312,7 +312,8 @@ table td.fileaction {
width: 32px;
text-align: center;
}
table td.filename a.name {
table td.filename a.name,
table td.filename p.name {
display: flex;
position:relative; /* Firefox needs to explicitly have this default set … */
-moz-box-sizing: border-box;
@ -470,7 +471,8 @@ table td.selection {
-webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms;
}
#fileList tr td.filename a.name label {
#fileList tr td.filename a.name label,
#fileList tr td.filename p.name label {
position: absolute;
width: 80%;
height: 50px;