Bug 1385846 - Follow-up for chat conversation close icon after M-C changed the icon size to 20px. r=jorgk

--HG--
extra : rebase_source : 7ac7aec05b41a80aa9a68c57520b154b52c2ff12
This commit is contained in:
Richard Marti 2017-08-04 16:37:09 +02:00
Родитель 2493ab29bf
Коммит e7686be172
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -145,10 +145,15 @@ imcontact[aliasing] .contactDisplayName {
}
.closeConversationButton {
margin-inline-end: 0;
margin-inline-end: 2px;
-moz-stack-sizing: ignore;
}
.closeConversationButton > .button-image-icon {
width: 16px;
height: 16px;
}
/* From im/themes/conversation.css */
.browser {