toaster close button padding fix
| @@ -3942,6 +3942,11 @@ body #toast-container>div { | ||
| 3942 | 3942 | -ms-filter: unset; |
| 3943 | 3943 | padding: 5px 5px 10px 50px; |
| 3944 | 3944 | font-size: calc(var(--mainFontSize) * 0.9); |
| 3945 | + filter: saturate(0.8); | |
| 3946 | +} | |
| 3947 | + | |
| 3948 | +button.toast-close-button { | |
| 3949 | +padding-right: 3px | |
| 3945 | 3950 | } |
| 3946 | 3951 | |
| 3947 | 3952 | #dialogue_del_mes { |