Seznam anket: barve

This commit is contained in:
Nejc Kovač 2022-08-22 13:32:07 +02:00
parent ecee3790f4
commit 576c8f36dd
3 changed files with 26 additions and 23 deletions

View File

@ -10048,7 +10048,6 @@ textarea:focus {
font-size: 32px; font-size: 32px;
color: #333; color: #333;
font-weight: 400; font-weight: 400;
margin-right: 5px;
} }
.box-container .checked { .box-container .checked {
border: #1E88E5 solid 1px; border: #1E88E5 solid 1px;
@ -10062,16 +10061,20 @@ textarea:focus {
.box-container #num_box2 { .box-container #num_box2 {
background-color: rgba(255, 0, 0, 0.05); background-color: rgba(255, 0, 0, 0.05);
} }
.box-container #num_box3 {
background-color: #FFFFFF;
}
table.gdpr_surveys td { table.gdpr_surveys td {
font-size: 14px; font-size: 14px;
} }
table.gdpr_surveys tr.green_row td { table.gdpr_surveys tr.green_row {
background-color: rgba(20, 255, 0, 0.05) !important; background-color: #F3FFF2 !important;
} }
table.gdpr_surveys tr.red_row td { table.gdpr_surveys tr.red_row {
background-color: rgba(255, 0, 0, 0.05) !important; background-color: #FFEFEF !important;
} }
table.gdpr_surveys tr.grey_row { table.gdpr_surveys tr.grey_row {

View File

@ -57,7 +57,6 @@
color: #333; color: #333;
font-weight: 400; font-weight: 400;
margin-right: 5px;
} }
} }
@ -78,7 +77,7 @@
background-color: rgba(255, 0, 0, 0.05); background-color: rgba(255, 0, 0, 0.05);
} }
#num_box3{ #num_box3{
// background-color: #FFFFFF;
} }
} }
@ -89,12 +88,13 @@ table.gdpr_surveys{
} }
table.gdpr_surveys tr.green_row td { table.gdpr_surveys tr.green_row {
background-color: rgba(20, 255, 0, 0.05) !important; background-color: #F3FFF2 !important;
} }
table.gdpr_surveys tr.red_row td{ table.gdpr_surveys tr.red_row {
// background-color: #FF0000 !important; // background-color: #FF0000 !important;
background-color: rgba(255, 0, 0, 0.05) !important; background-color: #FFEFEF !important;
} }
table.gdpr_surveys tr.grey_row { table.gdpr_surveys tr.grey_row {
background-color: #ffffff !important; background-color: #ffffff !important;