forked from DGNum/gestioCOF
Add background opacity
This commit is contained in:
parent
0701213225
commit
6406b493a2
2 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,10 @@ td {
|
||||||
|
|
||||||
/** JQuery-Confirm box **/
|
/** JQuery-Confirm box **/
|
||||||
|
|
||||||
|
.jconfirm .jconfirm-bg {
|
||||||
|
background-color: rgb(0,0,0,0.6) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.jconfirm .jconfirm-box {
|
.jconfirm .jconfirm-box {
|
||||||
padding:0;
|
padding:0;
|
||||||
border-radius:0 !important;
|
border-radius:0 !important;
|
||||||
|
|
|
@ -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>
|
<a target="_blank" href='https://bda.ens.fr/lequipe/charte-bda/'>https://bda.ens.fr/lequipe/charte-bda/</a>
|
||||||
</div>`,
|
</div>`,
|
||||||
backgroundDismiss: true,
|
backgroundDismiss: true,
|
||||||
|
opacity: 1,
|
||||||
animation:'top',
|
animation:'top',
|
||||||
closeAnimation:'bottom',
|
closeAnimation:'bottom',
|
||||||
keyboardEnabled: true,
|
keyboardEnabled: true,
|
||||||
|
|
Loading…
Reference in a new issue