X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fnotification.css;h=929ad72361a2d358d7160cf44b5da24fdd0c18e8;hb=db1c5db107950e750d8c3cf3a6ac106ec0cc606e;hp=cd66fedac06912298f2d034d8105485d87002742;hpb=f0a62060b4f916640a6c67be840b49b7713f1394;p=themes.git diff --git a/EarlyBlue/global/notification.css b/EarlyBlue/global/notification.css index cd66feda..929ad723 100644 --- a/EarlyBlue/global/notification.css +++ b/EarlyBlue/global/notification.css @@ -26,8 +26,8 @@ notification[type="critical"] { height: 16px; margin-top: 0px; margin-bottom: 0px; - -moz-margin-start: 6px; - -moz-margin-end: 1px; + margin-inline-start: 6px; + margin-inline-end: 1px; } /* Default icons for notifications */ @@ -51,7 +51,7 @@ notification[type="critical"] { } .messageCloseButton > .toolbarbutton-icon { - -moz-margin-start: 5px; + margin-inline-start: 5px; } /* Popup notification */ @@ -78,7 +78,7 @@ notification[type="critical"] { } .popup-notification-closebutton { - -moz-margin-end: -5px; + margin-inline-end: -5px; margin-top: -5px; }