first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / global / notification.css
index 46da844f3d92a43e280154da72f0946f10fdd2de..938d3cddbaf3acca8f1d89af08015ed9ff24cd64 100644 (file)
@@ -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;
 }