mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
parent
470a6e4401
commit
13fcc4a046
949 changed files with 95662 additions and 444 deletions
112
toolkit/themes/osx/mozapps/extensions/newaddon.css
Normal file
112
toolkit/themes/osx/mozapps/extensions/newaddon.css
Normal file
|
|
@ -0,0 +1,112 @@
|
|||
/* 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/. */
|
||||
|
||||
%include ../../global/shared.inc
|
||||
|
||||
@import url("chrome://global/skin/inContentUI.css");
|
||||
|
||||
#addon-page {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#addon-scrollbox {
|
||||
overflow: auto;
|
||||
-moz-box-orient: vertical;
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
||||
#spacer-start {
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
||||
#spacer-end {
|
||||
-moz-box-flex: 3;
|
||||
}
|
||||
|
||||
#addon-container {
|
||||
overflow: visible;
|
||||
max-width: 600px;
|
||||
margin: 20px;
|
||||
padding: 30px 90px;
|
||||
}
|
||||
|
||||
#addon-info {
|
||||
-moz-box-align: start;
|
||||
margin: 25px 10px;
|
||||
}
|
||||
|
||||
#icon {
|
||||
-moz-margin-end: 10px;
|
||||
max-width: 64px;
|
||||
max-height: 64px;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
|
||||
}
|
||||
|
||||
.addon-info[type="theme"] #icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
|
||||
}
|
||||
|
||||
.addon-info[type="locale"] #icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
|
||||
}
|
||||
|
||||
.addon-info[type="plugin"] #icon {
|
||||
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
|
||||
}
|
||||
|
||||
.addon-info[type="dictionary"] #icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
|
||||
}
|
||||
|
||||
#name {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
#author {
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
#location {
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
#warning {
|
||||
margin-bottom: 25px;
|
||||
-moz-box-align: start;
|
||||
}
|
||||
|
||||
#warning-icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/alerticon-warning.png");
|
||||
width: 16px;
|
||||
height: 15px;
|
||||
-moz-margin-end: 5px;
|
||||
}
|
||||
|
||||
#allow {
|
||||
-moz-margin-start: 84px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#continuePanel,
|
||||
#restartPanel {
|
||||
margin-top: 25px;
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: end;
|
||||
}
|
||||
|
||||
#continuePanel {
|
||||
-moz-box-pack: end;
|
||||
}
|
||||
|
||||
#restartMessage {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#restartSpacer {
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
||||
#later {
|
||||
color: GrayText;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue