first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / messenger / subscribe.css
index 4714766cc36ffeb647f882fb6e1fa7904c095e54..1c07c225bcdbbbd4fd18edc7922d9de6030010e0 100644 (file)
@@ -40,13 +40,13 @@ treechildren::-moz-tree-cell-text(nameColumn, Subscribable-false) {
 /* ::::: folder icons :::::: */
 
 treechildren::-moz-tree-image(nameColumn) {
-  -moz-margin-end: 2px;
+  margin-inline-end: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
 }
 
 treechildren::-moz-tree-image(nameColumn, ServerType-nntp),
 treechildren::-moz-tree-image(nameColumn2, nntp) {
-  -moz-margin-end: 2px;
+  margin-inline-end: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
 }
 
@@ -73,7 +73,7 @@ treechildren::-moz-tree-image(nameColumn2, nntp) {
 #statusContainerBox {
   border-radius: 9px;
   margin-top: 3px;
-  -moz-padding-end: 9px;
+  padding-inline-end: 9px;
   background-color: #8050B0;
   color: #000000;
 }