first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / EarlyBlue / global / dialog.css
index 62333c09fd08443db3ee59cbd57a55ecfeba5ecd..24b93b97ae4a6986573ec1dccf2de29bb53acf39 100644 (file)
@@ -13,8 +13,8 @@
 dialog {
   padding-top: 8px;
   padding-bottom: 10px;
-  -moz-padding-start: 8px;
-  -moz-padding-end: 10px;
+  padding-inline-start: 8px;
+  padding-inline-end: 10px;
 }
 
 /* ::::: dialog buttons ::::: */
@@ -49,8 +49,8 @@ dialogheader {
   border-bottom: 1px solid #000000;
   padding-top: 12px;
   padding-bottom: 12px;
-  -moz-padding-start: 25px;
-  -moz-padding-end: 5px;
+  padding-inline-start: 25px;
+  padding-inline-end: 5px;
   background-color: #CCD0DD;
   color: #000000;
 }
@@ -61,5 +61,5 @@ dialogheader {
 }
 
 .header-large > .dialogheader-description {
-  -moz-margin-start: 12px !important;
+  margin-inline-start: 12px !important;
 }