Revision control

Copy as Markdown

Other Tools

/* 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/. */
#xpinstallheader {
margin-bottom: 2em;
}
#itemList {
margin-top: 2px;
margin-bottom: 10px;
height: 14em;
border: 1px solid #5D616E;
background-color: #FFFFFF;
color: #000000;
}
#itemWarningIntro {
margin-inline-start: 8px;
}
#dialogContentBox {
padding: 5px;
}
installitem {
padding-top: 5px;
padding-bottom: 5px;
padding-inline-start: 5px;
padding-inline-end: 0;
border-bottom: 1px solid #A5ABC0;
margin-bottom: 5px;
}
.alert-icon {
margin-inline-end: 20px;
}
.warning {
font-weight: bold;
font-size: 1.25em;
margin-bottom: 1em;
}
.xpinstallIconContainer {
width: 32px;
height: 32px;
margin-inline-end: 5px;
}
.xpinstallItemName {
font-weight: bold;
}
.xpinstallItemSigned {
font-style: italic;
font-size: 0.9em;
}
.xpinstallItemURL {
border: none;
padding: 0;
background-color: #FFFFFF;
color: #000000;
margin-top: 1px;
margin-bottom: 1px;
margin-inline-start: 6px;
margin-inline-end: 5px;
}
.xpinstallItemIcon {
max-width: 32px;
max-height: 32px;
}
installitem[type="theme"] .xpinstallItemIcon {
}
installitem[type="locale"] .xpinstallItemIcon {
}
installitem[type="plugin"] .xpinstallItemIcon {
}
installitem[type="dictionary"] .xpinstallItemIcon {
}