Distinguish expiry/best before dates (closes #851)

This commit is contained in:
Bernd Bestel
2020-11-15 19:53:44 +01:00
parent 1d50d5dd22
commit b393998601
39 changed files with 348 additions and 192 deletions

View File

@@ -460,7 +460,8 @@ canvas.drawingBuffer {
.warning-message,
.error-message,
.normal-message {
.normal-message,
.secondary-message {
padding: 12px;
font-weight: bold;
width: fit-content;
@@ -485,6 +486,12 @@ canvas.drawingBuffer {
border-top-color: #4c63b6;
}
.secondary-message {
background-color: #e1e4e8;
color: #4e575f;
border-top-color: #68696b;
}
.status-filter-message,
.user-filter-message {
display: inline-block;