diff --git a/style.css b/style.css index 760c8214eeb8ebc902cddf74b9344c8bdd37a13b..c4ea0b87957a3cd4f41edb4ceb0b1b851015d41e 100644 --- a/style.css +++ b/style.css @@ -2442,7 +2442,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose #squire-toolgroup-mode .btn:nth-child(1) { width: 85px; vertical-align: baseline; - padding: 0 24px; + padding: 0 !important; + text-align: center; height: 36px; line-height: 36px; @@ -3913,7 +3914,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose .b-header td[data-i18n="GLOBAL/FROM"], #rl-app #V-PopupsCompose .b-header td[data-i18n="GLOBAL/SUBJECT"] { text-align: left; - padding-left: 16px; color: var(--color-text-dark-second); } #rl-app .squire-toolbar { @@ -3987,6 +3987,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose .b-header table tr td:nth-child(1) { position: relative; + padding-left: 16px; + color: var(--color-text-dark-second); } #rl-app #V-PopupsCompose .b-header table tr td:nth-child(1)::after { content: ":";