Add email box top dropdown
This commit is contained in:
parent
e8fc294c5d
commit
d57c9ce1bc
2 changed files with 136 additions and 17 deletions
18
frontend-js/dist/style.css
vendored
18
frontend-js/dist/style.css
vendored
|
|
@ -405,6 +405,9 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
.transfer-page {
|
||||
background: #fff;
|
||||
}
|
||||
.email-box-page {
|
||||
background: #fff;
|
||||
}
|
||||
.archive-page-layout {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(520px, 1fr) minmax(360px, 460px);
|
||||
|
|
@ -556,6 +559,21 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
padding: 14px;
|
||||
border-bottom: 1px solid var(--ol-border);
|
||||
}
|
||||
.email-box-list {
|
||||
padding: 8px 0;
|
||||
}
|
||||
.email-box-row {
|
||||
padding: 8px 14px;
|
||||
border-bottom: 1px solid #ececec;
|
||||
color: var(--ol-text);
|
||||
}
|
||||
.email-box-row:hover {
|
||||
background: #eef6fd;
|
||||
}
|
||||
.email-box-detail {
|
||||
padding: 18px;
|
||||
color: var(--ol-muted);
|
||||
}
|
||||
.muted { color: var(--ol-muted); }
|
||||
|
||||
/* Statusleiste */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue