X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FaccountManage.css;h=99b3412d9059744a290f8c63a18033387ee601d2;hp=e32224b1f823273c6db0ecbab9459e859ecb70ac;hb=a9f6369d5cebd3c329b993d57e73bcf30fffd2cd;hpb=4bbe25041faed817edb46f7814a6cc95c4e3f820 diff --git a/EarlyBlue/messenger/accountManage.css b/EarlyBlue/messenger/accountManage.css index e32224b1..99b3412d 100644 --- a/EarlyBlue/messenger/accountManage.css +++ b/EarlyBlue/messenger/accountManage.css @@ -13,11 +13,11 @@ /* ::::: account manager :::::: */ .specialFolderPickerGrid { - -moz-margin-start: 20px; + margin-inline-start: 20px; } .fccReplyFollowsParent { - -moz-margin-start: 20px; + margin-inline-start: 20px; } .selectForOfflineUseButton { @@ -25,8 +25,8 @@ } .selectForOfflineUseButton > .button-box > .button-icon { - -moz-margin-start: 4px; - -moz-margin-end: 4px; + margin-inline-start: 4px; + margin-inline-end: 4px; } .signatureBox { @@ -34,19 +34,26 @@ } 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 { - -moz-margin-start: 2px; + margin-inline-start: 2px; } /* ::::: SMTP Server Panel :::::: */ .smtpServerListItem { - -moz-padding-start: 3px; + padding-inline-start: 3px; } #backgroundBox { @@ -55,4 +62,4 @@ treechildren::-moz-tree-cell-text(isDefaultServer-true) { #smtpServerInfoBox textbox { background-color: transparent; -} \ No newline at end of file +}