sync both themes with suite classic theme changes in SeaMonkey 2.48 cycle
[themes.git] / EarlyBlue / messenger / accountManage.css
index 3cd47364e8a64fe1c58fc9c805d0e6a5e0a72b94..99b3412d9059744a290f8c63a18033387ee601d2 100644 (file)
 }
 
 listitem[default="true"],
-#identitiesList > listitem:first-child,
-treechildren::-moz-tree-cell-text(isDefaultServer-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 {
   margin-inline-start: 2px;
 }
@@ -55,4 +62,4 @@ treechildren::-moz-tree-cell-text(isDefaultServer-true) {
 
 #smtpServerInfoBox textbox {
   background-color: transparent;
-}
\ No newline at end of file
+}