sync both themes with suite classic theme changes in SeaMonkey 2.48 cycle
[themes.git] / EarlyBlue / messenger / accountManage.css
index 9d279497c947eda2908a161aef021672adc494ca..99b3412d9059744a290f8c63a18033387ee601d2 100644 (file)
 /* ::::: account manager :::::: */
 
 .specialFolderPickerGrid {
-  -moz-margin-start: 20px;
+  margin-inline-start: 20px;
 }
 
 .fccReplyFollowsParent {
-  -moz-margin-start: 20px;
+  margin-inline-start: 20px;
 }
 
 .selectForOfflineUseButton {
 }
 
 .selectForOfflineUseButton > .button-box > .button-icon {
-  -moz-margin-start: 4px;
-  -moz-margin-end: 4px;
+  margin-inline-start: 4px;
+  margin-inline-end: 4px;
 }
 
 .signatureBox {
   font-family: -moz-fixed;
 }
 
-#identitiesList > listitem:first-child,
-treechildren::-moz-tree-cell-text(isDefaultServer-true) {
+listitem[default="true"],
+#identitiesList > listitem:first-child {
   font-weight: bold;
 }
 
+treechildren::-moz-tree-cell-text(isDefaultServer-true) {
+  text-decoration: underline;
+}
+
+#accounttree treechildren::-moz-tree-indentation {
+  width: 1ch;
+}
+
 #contentFrame {
-  -moz-margin-start: 2px;
+  margin-inline-start: 2px;
 }
 
 /* ::::: SMTP Server Panel :::::: */
 
 .smtpServerListItem {
-  -moz-padding-start: 3px;
+  padding-inline-start: 3px;
 }
 
 #backgroundBox {
@@ -54,4 +62,4 @@ treechildren::-moz-tree-cell-text(isDefaultServer-true) {
 
 #smtpServerInfoBox textbox {
   background-color: transparent;
-}
\ No newline at end of file
+}