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

33
dark_sieve.css Normal file
View 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;
}