GDRP seznam anket - popravek barve
This commit is contained in:
parent
dcaac4b682
commit
bae8a51616
@ -11205,6 +11205,10 @@ table.gdpr_surveys td {
|
|||||||
table.gdpr_surveys th:first-child {
|
table.gdpr_surveys th:first-child {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
table.gdpr_surveys tr td,
|
||||||
|
table.gdpr_surveys tr.gray_row td {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
}
|
||||||
table.gdpr_surveys tr.red_row td {
|
table.gdpr_surveys tr.red_row td {
|
||||||
background-color: #FFEFEF;
|
background-color: #FFEFEF;
|
||||||
}
|
}
|
||||||
|
@ -28,6 +28,12 @@ table.gdpr_surveys {
|
|||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr,
|
||||||
|
tr.gray_row {
|
||||||
|
td {
|
||||||
|
background-color: $white;
|
||||||
|
}
|
||||||
|
}
|
||||||
tr.red_row {
|
tr.red_row {
|
||||||
td {
|
td {
|
||||||
background-color: $light-red;
|
background-color: $light-red;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user