implement flagging on www

This commit is contained in:
Andrew Pamment
2018-05-22 12:20:38 +10:00
parent f9b13fa515
commit 00703ab5e0
4 changed files with 82 additions and 2 deletions

View File

@@ -142,6 +142,14 @@
background-color: #b2ffb0;
}
.msg-summary-flag {
background-color: #ff9696;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.msg-summary-seen {
background-color: #eee;
display: -webkit-box;
@@ -227,6 +235,13 @@
}
.msg-view-header-flagged {
background-color: #ffc9c9;
border: 1px solid #9b1e1e;
padding: 5px;
margin-bottom: 10px;
}
.msg-view-header {
background-color: #eee;
border: 1px solid #666666;

View File

@@ -239,6 +239,13 @@
margin-bottom: 10px;
}
.msg-view-header-flagged {
background-color: #ffc9c9;
border: 1px solid #9b1e1e;
padding: 5px;
margin-bottom: 10px;
}
.msg-view-subject {
font-size: xx-large;
}