Files
dark_larry/dark_sieve.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

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;
}