Lines 2-12
Link Here
|
2 |
background-color: initial; |
2 |
background-color: initial; |
3 |
} |
3 |
} |
4 |
|
4 |
|
5 |
.select2-container.subfield_not_filled .select2-choice { |
5 |
.select2-container.missing .select2-choice, |
6 |
background: initial; |
6 |
.select2-container .select2-selection--single.subfield_not_filled, |
7 |
background-color : #FFFF99; |
7 |
.select2-container .select2-selection--single.important_subfield_not_filled { |
|
|
8 |
background-color: #FFFF99; |
8 |
} |
9 |
} |
9 |
|
|
|
10 |
.select2-container.missing .select2-choice { |
11 |
background: #ffc none; |
12 |
} |