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;