diff --git a/style.css b/style.css index 791c925958fb03cc66e55f3749d8bcc2095d85e7..e7b8971eb5d67eed55a1824fa21af7d751b1ae90 100644 --- a/style.css +++ b/style.css @@ -51,6 +51,7 @@ --color-background-light-second: #f9f9f9; --color-background-compose-error: #FFFFFF; --color-background-thread: rgba(33, 33, 33, 0.08); + --color-background-mailbody: #ffffff; --color-main-text: #222222; --color-main-text-alert: #222222; --color-text-maxcontrast: #767676; @@ -231,6 +232,7 @@ body.theme--dark { --color-background-light-second: #3A3A3A; --color-background-compose-error: #131313; --color-background-thread: rgba(255, 255, 255, 0.38); + --color-background-mailbody: #000000; --color-main-text: #D8D8D8; --color-main-text-alert: #000000; --color-text-maxcontrast: #8c8c8c; @@ -3565,6 +3567,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { top: 41px; border: 0; overflow: hidden; + width: 40%; } #rl-app #V-SystemDropDown { border-right: 1px solid var(--color-border-grey); @@ -3936,13 +3939,36 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .messageView .message-fixed-button-toolbar { top: 50px; } - #rl-app #messageItem table, + /* #rl-app #messageItem table, #rl-app #messageItem table tr td img { filter:var(--invertfilter); } - #rl-app #messageItem table tr td table { + #rl-app #messageItem table tbody tr td table{ filter:invert(var(--invertfilter)); - } + }*/ + .theme--dark #rl-app #messageItem, + .theme--dark #rl-app #messageItem table, + .theme--dark #rl-app #messageItem h1, + .theme--dark #rl-app #messageItem h2, + .theme--dark #rl-app #messageItem h3, + .theme--dark #rl-app #messageItem h4, + .theme--dark #rl-app #messageItem p, + .theme--dark #rl-app #messageItem span, + .theme--dark #rl-app #messageItem div, + .theme--dark #rl-app #messageItem li { + background: #000000 !important; + color: #ffffff !important; + } + .theme--dark #rl-app #messageItem a { + color: #087BF9 !important; + } + /*#rl-app #messageItem table > tbody > tr > td > table , + #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, + #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, + #rl-app #messageItem table > tbody > tr > td > table > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, + { + filter:invert(var(--invertfilter)); + }*/ #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_BUSINESS"], #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_CRYPTO"], #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_CONTACT"] { @@ -3963,3 +3989,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsContacts .right { border-left: 1px solid var(--color-border-grey); } + #rl-app #messageItem .b-text-part { + padding: 10px; + background: var(--color-background-mailbody); + }