Divided the custom css into several files
It is more obvious what is supported.
This commit is contained in:
40
dark_contacts.css
Normal file
40
dark_contacts.css
Normal file
@@ -0,0 +1,40 @@
|
||||
/*
|
||||
* 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;
|
||||
}
|
Reference in New Issue
Block a user