Add background opacity

This commit is contained in:
Ludovic Stephan 2019-09-26 20:04:07 +02:00
parent 0701213225
commit 6406b493a2
2 changed files with 5 additions and 0 deletions

View file

@ -49,6 +49,10 @@ td {
/** JQuery-Confirm box **/
.jconfirm .jconfirm-bg {
background-color: rgb(0,0,0,0.6) !important;
}
.jconfirm .jconfirm-box {
padding:0;
border-radius:0 !important;

View file

@ -142,6 +142,7 @@ var django = {
<a target="_blank" href='https://bda.ens.fr/lequipe/charte-bda/'>https://bda.ens.fr/lequipe/charte-bda/</a>
</div>`,
backgroundDismiss: true,
opacity: 1,
animation:'top',
closeAnimation:'bottom',
keyboardEnabled: true,