mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Move WebExtensions enabled Add-ons Manager
This commit is contained in:
parent
d7d16e7fbb
commit
358cd0404a
1100 changed files with 133 additions and 106 deletions
|
|
@ -1,90 +0,0 @@
|
|||
/* 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;
|
||||
}
|
||||
|
||||
.alert-icon {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
list-style-image: url("chrome://global/skin/icons/warning-large.png");
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 6px !important;
|
||||
margin-inline-start: 6px !important;
|
||||
margin-inline-end: 20px !important;
|
||||
}
|
||||
|
||||
#itemList {
|
||||
-moz-appearance: listbox;
|
||||
margin: 3px 4px 10px 4px;
|
||||
height: 14em;
|
||||
}
|
||||
|
||||
#itemWarningIntro {
|
||||
margin-inline-start: 8px;
|
||||
}
|
||||
|
||||
#dialogContentBox {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
installitem {
|
||||
padding: 5px 0 5px 5px;
|
||||
border-bottom: 1px dotted #C0C0C0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.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 {
|
||||
-moz-appearance: none;
|
||||
border: none;
|
||||
background-color: Window;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 1px;
|
||||
margin-inline-start: 6px;
|
||||
margin-inline-end: 5px;
|
||||
}
|
||||
|
||||
.xpinstallItemIcon {
|
||||
max-width: 32px;
|
||||
max-height: 32px;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.svg");
|
||||
}
|
||||
|
||||
installitem[type="theme"] .xpinstallItemIcon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
|
||||
}
|
||||
|
||||
installitem[type="locale"] .xpinstallItemIcon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
|
||||
}
|
||||
|
||||
installitem[type="plugin"] .xpinstallItemIcon {
|
||||
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
|
||||
}
|
||||
|
||||
installitem[type="dictionary"] .xpinstallItemIcon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue