34 lines
485 B
CSS
34 lines
485 B
CSS
/*
|
|
* 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;
|
|
}
|