File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,12 +189,21 @@ section[role="region"] > header:first-child .icon.icon-user {
189189 background-image : url (headers/images/icons/user.png);
190190}
191191
192- section [role = "region" ] > header : first-child .icon .icon-reply {
193- background-image : url (headers/images/icons/reply .png);
192+ section [role = "region" ] > header : first-child .icon .icon-up {
193+ background-image : url (headers/images/icons/up .png);
194194}
195195
196- section [role = "region" ] > header : first-child .icon .icon-reply-all {
197- background-image : url (headers/images/icons/reply-all.png);
196+ section [role = "region" ] > header : first-child .icon .icon-down {
197+ background-image : url (headers/images/icons/down.png);
198+ }
199+
200+ section [role = "region" ] > header : first-child .icon .icon-disabled {
201+ opacity : 0.5 ;
202+ }
203+
204+ /* We need to opt out of the header separator */
205+ section [role = "region" ] > header : first-child menu [type = "toolbar" ] a .msg-down-btn {
206+ background : no-repeat left center / auto 4.8rem !important ;
198207}
199208
200209section [role = "region" ] > header : first-child .icon .icon-options {
You can’t perform that action at this time.
0 commit comments