diff --git a/style.css b/style.css index aca04d7df4c2906d02fd3fa4f3e9162464ee7a6d..5dd06413d59fbb13003a85450acf928b9cb7b76e 100644 --- a/style.css +++ b/style.css @@ -626,9 +626,11 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { } #rl-app [data-icon]::before { + vertical-align: -45%; +} +#rl-app [data-i18n="GLOBAL/BACK"]::before { vertical-align: -10%; } - #rl-app .drag-handle { color: var(--color-text-lighter); } @@ -729,7 +731,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { #rl-app #V-SettingsMenu nav a:not(.selected):focus, #rl-app .b-folders li a.selectable:not(.selected):hover, #rl-app .b-folders li a.selectable:not(.selected):focus { - color: unset; + color: var(--color-main-text); background-color: var(--color-main-background-translucent); } @@ -3864,6 +3866,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .b-folders li a.selectable { height: 56px !important; line-height: 56px !important; + color:var(--color-main-text); } #rl-app #V-PopupsCompose .btn-group:nth-of-type(3) a.btn.fontastic:nth-child(1) { background-image: var(--attachfiles); @@ -4105,7 +4108,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app .b-folders li a { - color: unset; + color:var(--color-main-text); } #rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled { float: right; @@ -4653,4 +4656,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="[title]GLOBAL/CONTACTS"]{ display: none !important; + } + + #rl-app #V-MailFolderList .e-checkbox { + display:none; } \ No newline at end of file