204 lines
3.3 KiB
CSS
204 lines
3.3 KiB
CSS
body {
|
|
background-color: #222222;
|
|
color: #eee;
|
|
}
|
|
|
|
/* About dialog */
|
|
.ui-dialog {
|
|
box-shadow-color: #333;
|
|
background-color: #eee;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar {
|
|
color: #eee;
|
|
background-color: #444;
|
|
}
|
|
.records-table thead tr th{
|
|
color: #eee;
|
|
background-color: #444;
|
|
border-color: #555;
|
|
}
|
|
.records-table tbody tr td{
|
|
background-color: #333;
|
|
border-color: #555;
|
|
}
|
|
/* eof About dialog */
|
|
|
|
/* Toolbar */
|
|
.toolbar a.button {
|
|
opacity: 1;
|
|
color: #eee;
|
|
}
|
|
|
|
.toolbar a.button.disabled {
|
|
opacity: .5;
|
|
}
|
|
|
|
.searchbox input,
|
|
a.menuselector,
|
|
#quicksearchbar input {
|
|
color: #eee;
|
|
background-color: #333;
|
|
border-color: #999;
|
|
}
|
|
|
|
a.menuselector .handle {
|
|
color: #eee;
|
|
}
|
|
/* oef Toolbar */
|
|
|
|
/* 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 composition */
|
|
body.iframe {
|
|
color: #eee;
|
|
background-color: #333;
|
|
border-color: #555;
|
|
}
|
|
|
|
.moreheaderstoggle,
|
|
#messageheader,
|
|
#composeheader,
|
|
#all-headers,
|
|
#headers-source {
|
|
background-color: #333;
|
|
color: #eee;
|
|
border-color: #555;
|
|
}
|
|
/* eof Message composition */
|
|
|
|
/* Settings */
|
|
#settings-tabs .listitem a {
|
|
color: #eee;
|
|
}
|
|
|
|
#settings-sections .selected a {
|
|
color: #333;
|
|
background-color: #aaa;
|
|
}
|
|
|
|
|
|
#settings-tabs .listitem {
|
|
background-color: #333;
|
|
border-color: #555;
|
|
}
|
|
/* eof Settings */
|
|
|
|
/* Settings Section */
|
|
.uibox,
|
|
.uibox .boxtitle {
|
|
color: #eee;
|
|
background-color: #444;
|
|
}
|
|
|
|
#subscription-table li.root {
|
|
background-color: #333;
|
|
}
|
|
|
|
#identities-table .selected td,
|
|
#filtersetslist .selected td,
|
|
#filterslist .selected td,
|
|
#responses-table .selected td,
|
|
#sections-table .selected td {
|
|
color: #333 !important;
|
|
background-color: #aaa;
|
|
}
|
|
|
|
#identities-table td,
|
|
#responses-table td,
|
|
#filtersetslist td,
|
|
#filterslist td,
|
|
.listbox,
|
|
.uibox td.section {
|
|
color: #eee !important;
|
|
background-color: #333;
|
|
border-color: #555;
|
|
}
|
|
|
|
#identities-table tr.selected td {
|
|
color: #333;
|
|
background-color: #aaa;
|
|
}
|
|
/* eof Settings Section */
|
|
|
|
/* Settings modification area*/
|
|
table.propform td.title {
|
|
color: #eee;
|
|
}
|
|
|
|
body.iframe .boxtitle,
|
|
body.iframe .footerleft.floating {
|
|
color: #eee;
|
|
background-color: #444;
|
|
border-color: #555;
|
|
}
|
|
ul.proplist li,
|
|
table.propform td {
|
|
color: #eee;
|
|
background-color: #333;
|
|
border-color: #555;
|
|
border-width: 1px;
|
|
}
|
|
|
|
.footerleft {
|
|
background-color: #444;
|
|
padding: 8px;
|
|
}
|
|
/* eof Settings modifications area */
|