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 **/
|
||||
|
||||
.jconfirm .jconfirm-bg {
|
||||
background-color: rgb(0,0,0,0.6) !important;
|
||||
}
|
||||
|
||||
.jconfirm .jconfirm-box {
|
||||
padding:0;
|
||||
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>
|
||||
</div>`,
|
||||
backgroundDismiss: true,
|
||||
opacity: 1,
|
||||
animation:'top',
|
||||
closeAnimation:'bottom',
|
||||
keyboardEnabled: true,
|
||||
|
|
Loading…
Reference in a new issue