X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fnotification.css;h=938d3cddbaf3acca8f1d89af08015ed9ff24cd64;hp=46da844f3d92a43e280154da72f0946f10fdd2de;hb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf;hpb=781d1b79486cf2b5ee940009b7c15a546108c48f diff --git a/LCARStrek/global/notification.css b/LCARStrek/global/notification.css index 46da844f..938d3cdd 100644 --- a/LCARStrek/global/notification.css +++ b/LCARStrek/global/notification.css @@ -42,8 +42,8 @@ notification[type="critical"] { } .notification-inner { - -moz-margin-start: 8px; - -moz-margin-end: 12px; + margin-inline-start: 8px; + margin-inline-end: 12px; } .messageCloseButton { @@ -58,7 +58,7 @@ notification[type="critical"] { } .messageCloseButton > .toolbarbutton-icon { - -moz-margin-start: 2px; + margin-inline-start: 2px; } /* Popup notification */ @@ -85,7 +85,7 @@ notification[type="critical"] { } .popup-notification-closebutton { - -moz-margin-end: -5px; + margin-inline-end: -5px; margin-top: -5px; }