Divided the custom css into several files
It is more obvious what is supported.
This commit is contained in:
33
dark_sieve.css
Normal file
33
dark_sieve.css
Normal file
@@ -0,0 +1,33 @@
|
||||
/*
|
||||
* Plugin: Sieve Manager (settings)
|
||||
*/
|
||||
div.actionrow:hover,
|
||||
div.rulerow:hover {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
div.actionrow,
|
||||
div.rulerow {
|
||||
color: #888;
|
||||
background-color: #333;
|
||||
border: 1px solid #555;
|
||||
}
|
||||
|
||||
.listarea {
|
||||
border-color: #555;
|
||||
}
|
||||
|
||||
td.rowtargets span {
|
||||
color: #aaa;
|
||||
/*background-color: #333;*/
|
||||
}
|
||||
|
||||
#filter-form .listelement input { /* Filter definition text input */
|
||||
background-color: #333 !important;
|
||||
}
|
||||
|
||||
label,
|
||||
span.label,
|
||||
#filter-form label {
|
||||
color: #aaa;
|
||||
}
|
Reference in New Issue
Block a user