108 lines
1.8 KiB
CSS
108 lines
1.8 KiB
CSS
/* Mail compose */
|
|
#compose-contacts #directorylist {
|
|
border-bottom: 1px solid #888;
|
|
}
|
|
|
|
#composeheaders {
|
|
background-color: #333;
|
|
border-color: #888;
|
|
}
|
|
|
|
#compose-attachments .hint,
|
|
#compose-attachments {
|
|
color: #eee;
|
|
background-color: #333;
|
|
}
|
|
|
|
.attachmentslist li a {
|
|
color: #eee;
|
|
}
|
|
/* eof Mail compose */
|
|
|
|
/* Folder list */
|
|
.folderlist li.mailbox.inbox.selected > a,
|
|
.folderlist li.mailbox ul li.selected > a {
|
|
color: #333;
|
|
background-color: #aaa;
|
|
}
|
|
|
|
.folderlist li.mailbox ul li a {
|
|
color:#eee;
|
|
}
|
|
|
|
.folderlist li.mailbox ul, /* group border */
|
|
.folderlist li.mailbox a {
|
|
color: #eee;
|
|
background-color: #333;
|
|
border-color: #555;
|
|
}
|
|
|
|
ul.listing li {
|
|
border-color: #555;
|
|
}
|
|
|
|
.uibox .listbutton,
|
|
.uibox .boxfooter {
|
|
background-color: #333;
|
|
border-color: #555;
|
|
}
|
|
/* eof Folder list */
|
|
|
|
/* Message List */
|
|
.widescreen #messagelistheader,
|
|
#messagelistfooter {
|
|
background-color: #333;
|
|
color: #eee;
|
|
border-color: #555;
|
|
}
|
|
|
|
/* List elements */
|
|
.pagejumper,
|
|
.widescreen #messagelistcontainer,
|
|
.messagelist td.subject,
|
|
.messagelist td.flags{
|
|
background-color: #333;
|
|
color: #eee;
|
|
border-color: #555;
|
|
}
|
|
|
|
.widescreen .messagelist td.subject span.date,
|
|
.widescreen .messagelist td.subject span.fromto {
|
|
color: #aaa;
|
|
}
|
|
.messagelist tr td.subject a {
|
|
color: #eee;
|
|
}
|
|
/* eof List elements */
|
|
/* eof Message List */
|
|
|
|
/* Message preview */
|
|
#messagecontent .rightcol,
|
|
#messagepreview .rightcol {
|
|
background: #222;
|
|
}
|
|
/* eof Message preview +/
|
|
|
|
/* Message composition */
|
|
body.iframe {
|
|
color: #eee;
|
|
background-color: #333;
|
|
border-color: #555;
|
|
}
|
|
|
|
.moreheaderstoggle,
|
|
#messageheader,
|
|
#composeheader,
|
|
#all-headers,
|
|
#headers-source {
|
|
background-color: #333;
|
|
color: #ccc;
|
|
border-color: #555;
|
|
}
|
|
|
|
.headers-table td,
|
|
.headers-table td.header a {
|
|
color: #ccc;
|
|
}
|
|
/* eof Message composition */
|