diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /toolkit/themes/windows/mozapps/downloads | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'toolkit/themes/windows/mozapps/downloads')
-rw-r--r-- | toolkit/themes/windows/mozapps/downloads/downloadButtons-XP.png | bin | 0 -> 3243 bytes | |||
-rw-r--r-- | toolkit/themes/windows/mozapps/downloads/downloadButtons.png | bin | 0 -> 5148 bytes | |||
-rw-r--r-- | toolkit/themes/windows/mozapps/downloads/downloadIcon-XP.png | bin | 0 -> 1376 bytes | |||
-rw-r--r-- | toolkit/themes/windows/mozapps/downloads/downloadIcon.png | bin | 0 -> 1384 bytes | |||
-rw-r--r-- | toolkit/themes/windows/mozapps/downloads/downloads.css | 139 | ||||
-rw-r--r-- | toolkit/themes/windows/mozapps/downloads/unknownContentType.css | 31 |
6 files changed, 170 insertions, 0 deletions
diff --git a/toolkit/themes/windows/mozapps/downloads/downloadButtons-XP.png b/toolkit/themes/windows/mozapps/downloads/downloadButtons-XP.png Binary files differnew file mode 100644 index 000000000..d36385ce5 --- /dev/null +++ b/toolkit/themes/windows/mozapps/downloads/downloadButtons-XP.png diff --git a/toolkit/themes/windows/mozapps/downloads/downloadButtons.png b/toolkit/themes/windows/mozapps/downloads/downloadButtons.png Binary files differnew file mode 100644 index 000000000..a5d0944eb --- /dev/null +++ b/toolkit/themes/windows/mozapps/downloads/downloadButtons.png diff --git a/toolkit/themes/windows/mozapps/downloads/downloadIcon-XP.png b/toolkit/themes/windows/mozapps/downloads/downloadIcon-XP.png Binary files differnew file mode 100644 index 000000000..8225b6c2d --- /dev/null +++ b/toolkit/themes/windows/mozapps/downloads/downloadIcon-XP.png diff --git a/toolkit/themes/windows/mozapps/downloads/downloadIcon.png b/toolkit/themes/windows/mozapps/downloads/downloadIcon.png Binary files differnew file mode 100644 index 000000000..fd01949cb --- /dev/null +++ b/toolkit/themes/windows/mozapps/downloads/downloadIcon.png diff --git a/toolkit/themes/windows/mozapps/downloads/downloads.css b/toolkit/themes/windows/mozapps/downloads/downloads.css new file mode 100644 index 000000000..202ec016f --- /dev/null +++ b/toolkit/themes/windows/mozapps/downloads/downloads.css @@ -0,0 +1,139 @@ +/* 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/. */ + +#downloadManager { + background-color: ThreeDFace; +} + +/* Download View */ +@media not all and (-moz-windows-classic) { + #downloadView { + -moz-appearance: none; + margin: 0; + border-bottom: 2px solid; + -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; + } +} + +/* Download View Items */ +richlistitem[type="download"] { + padding: 4px 8px 4px 4px; + min-height: 46px; + border-bottom: 1px solid ThreeDLightShadow; +} + +richlistitem[type="download"] .name { + font-size: larger; +} + +richlistitem[type="download"] .dateTime { + font-size: smaller; +} + +.mini-button { + -moz-appearance: none; + list-style-image: url(chrome://mozapps/skin/downloads/downloadButtons.png); + background-color: transparent; + border: none; + padding: 0; + margin: 0; + min-width: 0; + min-height: 0; +} + +.mini-button > .button-box { + padding: 0 !important; +} + +.cancel { + -moz-image-region: rect(0px, 32px, 16px, 16px); +} +.cancel:hover { + -moz-image-region: rect(16px, 32px, 32px, 16px); +} +.cancel:active { + -moz-image-region: rect(32px, 32px, 48px, 16px); +} +.cancel[disabled="true"] { + -moz-image-region: rect(48px, 32px, 64px, 16px); +} +.pause { + -moz-image-region: rect(0px, 48px, 16px, 32px); +} +.pause:hover { + -moz-image-region: rect(16px, 48px, 32px, 32px); +} +.pause:active { + -moz-image-region: rect(32px, 48px, 48px, 32px); +} +.pause[disabled="true"] { + -moz-image-region: rect(48px, 48px, 64px, 32px); +} +.resume { + -moz-image-region: rect(0px, 16px, 16px, 0px); +} +.resume:hover { + -moz-image-region: rect(16px, 16px, 32px, 0px); +} +.resume:active { + -moz-image-region: rect(32px, 16px, 48px, 0px); +} +.resume[disabled="true"] { + -moz-image-region: rect(48px, 16px, 64px, 0px); +} +.retry { + -moz-image-region: rect(0px, 64px, 16px, 48px); +} +.retry:hover { + -moz-image-region: rect(16px, 64px, 32px, 48px); +} +.retry:active { + -moz-image-region: rect(32px, 64px, 48px, 48px); +} +.retry[disabled="true"] { + -moz-image-region: rect(48px, 64px, 64px, 48px); +} + +.blockedIcon { + list-style-image: url(chrome://global/skin/icons/Error.png); +} + +/* prevent flickering when changing states */ +.downloadTypeIcon { + min-height: 32px; + min-width: 32px; +} + +#clearListButton { + min-height: 0; + min-width: 0; + margin-top: 3px; +} + +@media (-moz-windows-compositor) { + #downloadManager { + -moz-appearance: -moz-win-glass; + background: transparent; + } + + #downloadView { + /* Clamp glass bounds to the rich list so our glass haze stays constant. */ + -moz-appearance: -moz-win-exclude-glass; + border: none; + } + + windowdragbox { + -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox"); + } + + #clearListButton { + margin-inline-start: 0; + margin-bottom: 0; + } + + #searchbox { + margin-inline-end: 0; + margin-bottom: 0; + } +} diff --git a/toolkit/themes/windows/mozapps/downloads/unknownContentType.css b/toolkit/themes/windows/mozapps/downloads/unknownContentType.css new file mode 100644 index 000000000..068214653 --- /dev/null +++ b/toolkit/themes/windows/mozapps/downloads/unknownContentType.css @@ -0,0 +1,31 @@ +/* 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/. */ + + +#from { + margin-top: 1px; +} + +#location { + font-weight: bold; +} + +#contentTypeImage { + height: 16px; + width: 16px; + margin-top: 0px; + margin-bottom: 0px; + margin-inline-start: 0px; + margin-inline-end: 5px; +} + +.small-indent { + margin-inline-start: 15px; + margin-inline-end: 15px; +} + +.small-indent label { + margin-inline-start: 0px; +} + |