GDRP seznam anket - popravek barve

This commit is contained in:
pero1203 2022-09-12 10:50:06 +02:00
parent dcaac4b682
commit bae8a51616
2 changed files with 10 additions and 0 deletions

View File

@ -11205,6 +11205,10 @@ table.gdpr_surveys td {
table.gdpr_surveys th:first-child {
width: 30px;
}
table.gdpr_surveys tr td,
table.gdpr_surveys tr.gray_row td {
background-color: #FFFFFF;
}
table.gdpr_surveys tr.red_row td {
background-color: #FFEFEF;
}

View File

@ -28,6 +28,12 @@ table.gdpr_surveys {
width: 30px;
}
tr,
tr.gray_row {
td {
background-color: $white;
}
}
tr.red_row {
td {
background-color: $light-red;