Files
dark_larry/dark_contacts.css
efelon dc08d3c06e Divided the custom css into several files
It is more obvious what is supported.
2019-11-21 14:09:34 +01:00

41 lines
631 B
CSS

/*
* Plugin: Contacts
*/
#contacts-table tr.selected td,
#directorylist .selected > a {
color: #333;
background-color: #aaa;
}
#contacts-table tr td,
#directorylist a {
color: #eee;
background-color: #333;
border-color: #555;
}
#contacttabs li.ui-tabs-active a {
color: #333;
background-color: #aaa;
font-weight: bold;
}
#contacttabs li,
#contacttabs a {
color: #888;
background-color: #333;
border: 1px solid #555;
}
#contacttabs fieldset {
color: #eee;
background-color: #333;
padding-top: 4px;
}
#contacttabs fieldset legend {
color: #eee;
background-color: #444;
border-color: #555;
}