forked from ScoDoc/ScoDoc
cosmetic
This commit is contained in:
parent
0ce45a1b8e
commit
5c68bb7ffc
@ -142,6 +142,12 @@ div.ue.pair {
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* ne fonctionne pas
|
||||
option.non_associe {
|
||||
background-color: yellow;
|
||||
color: red;
|
||||
} */
|
||||
|
||||
.links {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 8px;
|
||||
|
@ -20,7 +20,7 @@
|
||||
{% endif %}
|
||||
>
|
||||
{%- 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-%}
|
||||
<option value="">Désassocier</option>
|
||||
{%-endif-%}
|
||||
|
Loading…
Reference in New Issue
Block a user