This commit is contained in:
Emmanuel Viennet 2023-04-13 08:42:18 +02:00
parent 0ce45a1b8e
commit 5c68bb7ffc
2 changed files with 7 additions and 1 deletions

View File

@ -142,6 +142,12 @@ div.ue.pair {
color: black; color: black;
} }
/* ne fonctionne pas
option.non_associe {
background-color: yellow;
color: red;
} */
.links { .links {
margin-top: 16px; margin-top: 16px;
margin-bottom: 8px; margin-bottom: 8px;

View File

@ -20,7 +20,7 @@
{% endif %} {% endif %}
> >
{%- if not niv['ue_'+sem] -%} {%- if not niv['ue_'+sem] -%}
<option value="">UE de S{{sem_idx}}</option> <option value="" class="non_associe">UE de S{{sem_idx}} ?</option>
{%-else-%} {%-else-%}
<option value="">Désassocier</option> <option value="">Désassocier</option>
{%-endif-%} {%-endif-%}