GDPR seznam anket : grey row barva

This commit is contained in:
Nejc Kovač 2022-08-19 12:45:36 +02:00
parent 83d3496a07
commit 590017bda3
2 changed files with 1466 additions and 1522 deletions

File diff suppressed because it is too large Load Diff

View File

@ -95,4 +95,7 @@ table.gdpr_surveys tr.green_row td {
table.gdpr_surveys tr.red_row td{
// background-color: #FF0000 !important;
background-color: rgba(255, 0, 0, 0.05) !important;
}
table.gdpr_surveys tr.grey_row {
background-color: #ffffff !important;
}