Consistent style of attachments

This commit is contained in:
Gary Sharp
2016-09-29 19:37:42 +10:00
parent aeb9eb4d3a
commit 687713428b
9 changed files with 22 additions and 5 deletions
+5
View File
@@ -387,6 +387,8 @@
float: left;
width: 168px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
height: 16px;
}
@@ -418,6 +420,9 @@
}
&:hover {
background-color: @SubtleColour;
border: 1px solid @SubtleBorderColour;
span.remove {
opacity: .5;
}