Remove transparency from toast container
| @@ -3671,7 +3671,9 @@ body #toast-container { | |||
| 3671 | } | 3671 | } |
| 3672 | 3672 | ||
| 3673 | body #toast-container>div { | 3673 | body #toast-container>div { |
| 3674 | opacity: 0.95; | 3674 | opacity: 1; |
| 3675 | filter: unset; | ||
| 3676 | -ms-filter: unset; | ||
| 3675 | } | 3677 | } |
| 3676 | 3678 | ||
| 3677 | #dialogue_del_mes { | 3679 | #dialogue_del_mes { |