implement flagging on www
This commit is contained in:
15
dist/www-bootstrap/static/style-mobile.css
vendored
15
dist/www-bootstrap/static/style-mobile.css
vendored
@@ -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;
|
||||
|
7
dist/www-bootstrap/static/style.css
vendored
7
dist/www-bootstrap/static/style.css
vendored
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user