mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 18:37:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
BIN
toolkit/themes/windows/mozapps/update/downloadButtons-XP.png
Normal file
BIN
toolkit/themes/windows/mozapps/update/downloadButtons-XP.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
BIN
toolkit/themes/windows/mozapps/update/downloadButtons.png
Normal file
BIN
toolkit/themes/windows/mozapps/update/downloadButtons.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5 KiB |
147
toolkit/themes/windows/mozapps/update/updates.css
Normal file
147
toolkit/themes/windows/mozapps/update/updates.css
Normal file
|
|
@ -0,0 +1,147 @@
|
|||
/* General */
|
||||
/* Specify the size for the wizardpage so the billboard has a fixed size. 3rd
|
||||
party themes should typically specify the same values. */
|
||||
wizardpage {
|
||||
height: 360px;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
/* Remove margin and padding so the billboard will extend to the edge of the
|
||||
window. 3rd party themes should typically specify the same values. */
|
||||
#updates, .wizard-page-box {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.update-header {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
.update-content {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.wizard-buttons-separator {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.inline-link {
|
||||
color: -moz-nativehyperlinktext;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.inline-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Unsupported Page */
|
||||
#unsupportedLabel, #unsupportedLinkLabel {
|
||||
margin-inline-start: 0;
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
||||
/* Update Found Basic Page */
|
||||
#updateName, #updateFinishedName {
|
||||
font-weight: bold;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
/* Downloading Page */
|
||||
#downloadStatusLine {
|
||||
-moz-box-align: center;
|
||||
}
|
||||
|
||||
#downloadStatus {
|
||||
height: 3em !important;
|
||||
}
|
||||
|
||||
#downloadStatusProgress {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#pauseButton {
|
||||
list-style-image: url(chrome://mozapps/skin/update/downloadButtons.png);
|
||||
-moz-image-region: rect(0px, 48px, 16px, 32px);
|
||||
-moz-appearance: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* !Important must be used otherwise this won't immediately take affect */
|
||||
#pauseButton > .button-box {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
#pauseButton:hover {
|
||||
-moz-image-region: rect(16px, 48px, 32px, 32px);
|
||||
}
|
||||
|
||||
#pauseButton:active {
|
||||
-moz-image-region: rect(32px, 48px, 48px, 32px);
|
||||
}
|
||||
|
||||
#pauseButton[disabled="true"] {
|
||||
-moz-image-region: rect(48px, 48px, 64px, 32px);
|
||||
}
|
||||
|
||||
#pauseButton[paused="true"] {
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
}
|
||||
|
||||
#pauseButton[paused="true"]:hover {
|
||||
-moz-image-region: rect(16px, 16px, 32px, 0px);
|
||||
}
|
||||
|
||||
#pauseButton[paused="true"]:active {
|
||||
-moz-image-region: rect(32px, 16px, 48px, 0px);
|
||||
}
|
||||
|
||||
#pauseButton[paused="true"][disabled="true"] {
|
||||
-moz-image-region: rect(48px, 16px, 64px, 0px);
|
||||
}
|
||||
|
||||
#verificationFailedIcon {
|
||||
margin-left: 5px;
|
||||
list-style-image: url("chrome://global/skin/icons/information-16.png");
|
||||
}
|
||||
|
||||
/* Error Page */
|
||||
#errorReason {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 2px;
|
||||
margin-inline-start: 6px !important;
|
||||
margin-inline-end: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Update History Window */
|
||||
update {
|
||||
border-bottom: 1px dotted #C0C0C0;
|
||||
}
|
||||
|
||||
.update-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.update-label-column {
|
||||
-moz-box-align: end;
|
||||
}
|
||||
|
||||
.update-type {
|
||||
font-weight: bold;
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
#historyItems {
|
||||
-moz-appearance: listbox;
|
||||
height: 200px;
|
||||
margin: 1px 5px 4px 5px;
|
||||
}
|
||||
|
||||
#historyItems > scrollbox {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue