Skip to content

Commit c317c44

Browse files
author
arnau march
committed
Updated latest shared/style folders from gaia
1 parent b87f447 commit c317c44

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

style/headers.css

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff 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

200209
section[role="region"] > header:first-child .icon.icon-options {
2.93 KB
Loading

style/headers/images/icons/up.png

2.94 KB
Loading

0 commit comments

Comments
 (0)