fune/browser/components/preferences/sitePermissions.css
prathiksha 7c6c6c6477 Bug 1411700 - Show that an Extension is controlling the default notifications permission. r=flod,johannh
Show that an Extension is controlling the default notifications permission

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

--HG--
extra : moz-landing-system : lando
2018-10-19 04:31:33 +00:00

39 lines
801 B
CSS

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
.website-name {
overflow: hidden; /* Allows equal sizing combined with width="0" */
padding-inline-start: 7px;
-moz-box-align: center;
}
#permissionsBox {
min-height: 18em;
}
#siteCol,
#statusCol,
#permissionsBox > richlistitem {
min-height: 35px;
}
.website-status {
margin: 1px;
margin-inline-end: 5px;
}
#browserNotificationsPermissionExtensionContent,
#permissionsDisableDescription {
margin-inline-start: 32px;
}
#permissionsDisableDescription {
color: #737373;
line-height: 110%;
}
#permissionsDisableCheckbox {
margin-inline-start: 4px;
padding-top: 10px;
}