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/. */
#icon {
max-width: 48px;
max-height: 48px;
margin-inline-end: 6px;
}
#eula-dialog[addontype="theme"] #icon {
}
#eula-dialog[addontype="locale"] #icon {
}
#eula-dialog[addontype="plugin"] #icon {
}
#eula-dialog[addontype="dictionary"] #icon {
}
#heading-container {
-moz-box-align: center;
}
#heading {
font-size: 120%;
}
#eula {
-moz-appearance: none;
color: #000000;
background-color: #FFFFFF;
margin: 1em;
border: 1px solid;
border-colors: #6E7378 #EEF0F3 #EEF0F3 #6E7378;
}