diff --git a/style.css b/style.css index 3a7aac7afaa833719c059cda1441240168dcb919..5ef340b90437564f5c360b13b4ab851883b3214f 100644 --- a/style.css +++ b/style.css @@ -2862,7 +2862,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; padding: 4px 14px 4px 0; margin-left: 20px; - display: none; } #rl-app #rl-right .dropdown-menu.show li a { text-align: left; @@ -3287,9 +3286,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { vertical-align: middle; padding-top: 10px; } - #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li[data-bind="visible: allowContacts"] { - display: none; - } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a { vertical-align: middle; display: flex; @@ -4631,6 +4627,4 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .b-folders li{ width: auto; } - #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="[title]GLOBAL/CONTACTS"]{ - display: none !important; - } \ No newline at end of file + \ No newline at end of file