second and final part of syncing both themes with toolkit windows theme changes in...
[themes.git] / EarlyBlue / messenger / messageHeader.css
index 0da04307c8e45da6972a4d654217d6a164676062..165ec060f28f2e53977f1547a76ffcda508a5de1 100644 (file)
@@ -50,7 +50,7 @@ mail-urlfield {
 
 .headerName {
   margin: 0;
-  -moz-margin-end: .25em;
+  margin-inline-end: .25em;
   font-weight: bold;
   text-align: right;
 }
@@ -77,7 +77,7 @@ mail-urlfield {
 
 .tagvalue {
   margin-top: 0;
-  -moz-margin-start: 0;
+  margin-inline-start: 0;
 }
 
 /* ::::: msg header message ids ::::: */
@@ -95,7 +95,7 @@ mail-urlfield {
 }
 
 .messageIdDisplayImage {
-  -moz-padding-start: 2px;
+  padding-inline-start: 2px;
   -moz-box-pack: end;
 }
 
@@ -114,7 +114,7 @@ mail-urlfield {
 }
 
 .emailDisplayImage {
-  -moz-padding-start: 2px;
+  padding-inline-start: 2px;
   -moz-box-pack: end;
 }
 
@@ -122,11 +122,11 @@ mail-urlfield {
 
 .addresstwisty {
   margin: 1px;
-  list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#clsd");
 }
 
 .addresstwisty[open] {
-  list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#open");
 }
 
 /* ::::: view expand and collapse twisties  ::::: */
@@ -138,11 +138,11 @@ mail-urlfield {
 }
 
 .expandHeaderViewButton {
-  list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#open");
 }
 
 .collapsedHeaderViewButton  {
-  list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#clsd");
 }
 
 /* ::::: collapsed view styles ::::: */
@@ -174,8 +174,8 @@ mail-urlfield {
 
 .collapsedHeaderDisplayName {
   padding: 0;
-  -moz-margin-start: .55em;
-  -moz-margin-end: .5em;
+  margin-inline-start: .55em;
+  margin-inline-end: .5em;
   font-weight: bold;
 }
 
@@ -188,5 +188,5 @@ mail-urlfield {
 .collapsedAttachmentButton {
   list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
   margin: 0;
-  -moz-margin-end: .5em;
+  margin-inline-end: .5em;
 }