2019-07-16 09:50:43 +02:00
|
|
|
.first-level{
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
.second-level{
|
|
|
|
background-color: rgba(192,192,192, 0.1);
|
|
|
|
}
|
|
|
|
.third-level{
|
|
|
|
background-color: rgba(192,192,192, 0.15);
|
|
|
|
}
|
|
|
|
.fourth-level{
|
|
|
|
background-color: rgba(192,192,192, 0.25);
|
|
|
|
}
|
|
|
|
.fifth-level{
|
|
|
|
background-color: rgba(192,192,192, 0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-level td,
|
|
|
|
.second-level td,
|
|
|
|
.third-level td,
|
2020-01-14 22:07:02 +01:00
|
|
|
.fourth-level td,
|
|
|
|
.fifth-level td{
|
2019-07-16 09:50:43 +02:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|