X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FaccountManage.css;h=99b3412d9059744a290f8c63a18033387ee601d2;hp=0d6437d6501a21a9b73c481d1ef38eb9e0a79a74;hb=d4dc8501cbf0073d6d4b9ccd1adf18823688d134;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/EarlyBlue/messenger/accountManage.css b/EarlyBlue/messenger/accountManage.css index 0d6437d6..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,26 +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; } -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 { @@ -53,4 +62,4 @@ treechildren::-moz-tree-cell-text(isDefaultServer-true) { #smtpServerInfoBox textbox { background-color: transparent; -} \ No newline at end of file +}