X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FaccountManage.css;h=99b3412d9059744a290f8c63a18033387ee601d2;hp=9d279497c947eda2908a161aef021672adc494ca;hb=cf0d81c6b23a3e984b21f111b3cd04e0c2bac5bd;hpb=ce32ff333d2bf538c7fb7fd392c4724f9dff6bce diff --git a/EarlyBlue/messenger/accountManage.css b/EarlyBlue/messenger/accountManage.css index 9d279497..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,27 +25,35 @@ } .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 +}