mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-22 03:57:02 +00:00
Attachment display & downloading!
This commit is contained in:
@@ -327,3 +327,28 @@ table.metrics {
|
||||
.metrics td.sparkline {
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
#emailAttachments {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
#emailAttachments th, #emailAttachments td {
|
||||
text-align: left;
|
||||
padding: 0 3px 3px 0;
|
||||
}
|
||||
|
||||
#emailAttachments .fileName:before {
|
||||
content: '\203A\00A0';
|
||||
}
|
||||
|
||||
#emailAttachments a {
|
||||
background: #8ac6dc;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
#emailAttachments a:hover {
|
||||
background: #becf74;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user