Divided the custom css into several files

It is more obvious what is supported.
This commit is contained in:
2019-11-21 14:09:34 +01:00
parent 917e8df416
commit dc08d3c06e
8 changed files with 395 additions and 378 deletions

40
dark_contacts.css Normal file
View 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;
}