first part of syncing LCARStrek with Firefox 54 browser windows theme changes
[themes.git] / LCARStrek / messenger / accountManage.css
index 2fe3f40b566377b1b154a0b3c20b02ccd71fcbc6..ec00f1150c178679b5114dde79eb88d094c4ea10 100644 (file)
 
 /* ::::: account manager :::::: */
 
+page {
+  padding: 0 !important;
+}
+
 .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;
 }
 
-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 {