Bug 1549809 - Apply common styling to the shadow DOM. r=MattN

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jared Wein 2019-05-14 20:05:57 +00:00
Родитель 9cb57c764a
Коммит 47a8b6f30b
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -37,6 +37,7 @@
username-label"></login-item>
<template id="login-list-template">
<link rel="stylesheet" type="text/css" href="chrome://global/skin/in-content/common.css">
<link rel="stylesheet" href="chrome://browser/content/aboutlogins/components/login-list.css">
<h2></h2>
<ol>
@ -44,12 +45,14 @@
</template>
<template id="login-list-item-template">
<link rel="stylesheet" type="text/css" href="chrome://global/skin/in-content/common.css">
<link rel="stylesheet" href="chrome://browser/content/aboutlogins/components/login-list-item.css">
<span class="hostname"></span>
<span class="username"></span>
</template>
<template id="login-item-template">
<link rel="stylesheet" type="text/css" href="chrome://global/skin/in-content/common.css">
<link rel="stylesheet" href="chrome://browser/content/aboutlogins/components/login-item.css">
<h2 class="header"></h2>
<button class="delete-button"></button>
@ -73,6 +76,7 @@
</template>
<template id="login-filter-template">
<link rel="stylesheet" type="text/css" href="chrome://global/skin/in-content/common.css">
<link rel="stylesheet" href="chrome://browser/content/aboutlogins/components/login-filter.css">
<input type="text"/>
</template>