Bug 1526269 - Mirroring Firefox's default and lightweight theme icons on about:addons. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D21620

--HG--
extra : moz-landing-system : lando
This commit is contained in:
jawad 2019-03-02 11:47:07 +00:00
Родитель d83f0beaa9
Коммит 518899d9a3
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -474,6 +474,10 @@ button.warning {
-moz-box-align: center;
}
.addon-view[type="theme"] .icon:-moz-locale-dir(rtl) {
transform: scaleX(-1);
}
.content-container {
-moz-box-align: center;
}