summaryrefslogtreecommitdiff
path: root/browser/themes/windows/preferences
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-02-12 13:53:59 -0600
committerMatt A. Tobin <email@mattatobin.com>2022-02-12 13:53:59 -0600
commitc054e324210895e7e2c5b3e84437cba43f201ec8 (patch)
tree00735055ed5ee588f71e147c5ae27363349f1687 /browser/themes/windows/preferences
parent5da550a67c876bf06690439192db5bef2c54cb20 (diff)
downloadpalemoon-gre-c054e324210895e7e2c5b3e84437cba43f201ec8.tar.gz
Prep for GRE
Diffstat (limited to 'browser/themes/windows/preferences')
-rw-r--r--browser/themes/windows/preferences/Options-sync.pngbin3585 -> 0 bytes
-rw-r--r--browser/themes/windows/preferences/Options.pngbin8899 -> 0 bytes
-rw-r--r--browser/themes/windows/preferences/aboutPermissions.css157
-rw-r--r--browser/themes/windows/preferences/alwaysAsk.pngbin439 -> 0 bytes
-rw-r--r--browser/themes/windows/preferences/application.pngbin419 -> 0 bytes
-rw-r--r--browser/themes/windows/preferences/applications.css64
-rw-r--r--browser/themes/windows/preferences/mail.pngbin549 -> 0 bytes
-rw-r--r--browser/themes/windows/preferences/preferences.css146
-rw-r--r--browser/themes/windows/preferences/saveFile.pngbin767 -> 0 bytes
9 files changed, 0 insertions, 367 deletions
diff --git a/browser/themes/windows/preferences/Options-sync.png b/browser/themes/windows/preferences/Options-sync.png
deleted file mode 100644
index 89901fb69..000000000
--- a/browser/themes/windows/preferences/Options-sync.png
+++ /dev/null
Binary files differ
diff --git a/browser/themes/windows/preferences/Options.png b/browser/themes/windows/preferences/Options.png
deleted file mode 100644
index 2cb1f5088..000000000
--- a/browser/themes/windows/preferences/Options.png
+++ /dev/null
Binary files differ
diff --git a/browser/themes/windows/preferences/aboutPermissions.css b/browser/themes/windows/preferences/aboutPermissions.css
deleted file mode 100644
index d9db6ccbf..000000000
--- a/browser/themes/windows/preferences/aboutPermissions.css
+++ /dev/null
@@ -1,157 +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/. */
-
-@import url("chrome://global/skin/inContentUI.css");
-
-/* header */
-
-#permissions-pagetitle {
- font-size: 200%;
- font-weight: bold;
- padding-bottom: 0.5em;
-}
-
-/* sites box */
-
-#sites-box {
- padding: 10px;
- width: 25em;
-}
-
-#sites-filter {
- margin: 0;
-}
-
-#sites-list {
- -moz-appearance: none;
- border: 1px solid rgba(0, 0, 0, 0.32);
- background-color: rgba(255, 255, 255, 0.4);
- margin: 5px 0 0 0;
-}
-
-.site {
- padding: 4px;
- border-bottom: 1px solid ThreeDLightShadow;
-}
-
-.site-favicon {
- height: 16px;
- width: 16px;
- -moz-margin-end: 4px;
- list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
-}
-
-#all-sites-item > .site-container > .site-favicon {
- list-style-image: none;
-}
-
-/* permissions box */
-
-#permissions-box {
- padding-top: 10px;
- overflow-y: auto;
-}
-
-#site-description {
- font-size: 125%;
- -moz-margin-start: 6px; /* to match button margin */
-}
-
-#site-label {
- font-weight: bold;
- margin-top: 0;
- margin-bottom: 0;
-}
-
-#defaults-description {
- font-size: 125%;
- font-weight: bold;
- -moz-margin-start: 6px;
-}
-
-.pref-item {
- margin-bottom: 10px;
-}
-
-.pref-icon {
- width: 48px;
- height: 48px;
- -moz-margin-end: 10px;
-}
-
-.pref-icon[type="password"] {
- list-style-image: url(chrome://mozapps/skin/passwordmgr/key-64.png);
-}
-.pref-icon[type="image"] {
- list-style-image: url(chrome://global/skin/icons/question-48.png);
-}
-.pref-icon[type="popup"] {
- list-style-image: url(chrome://global/skin/icons/question-48.png);
-}
-.pref-icon[type="cookie"] {
- list-style-image: url(chrome://global/skin/icons/question-48.png);
-}
-.pref-icon[type="desktop-notification"] {
- list-style-image: url(chrome://browser/skin/notification-64.png);
-}
-.pref-icon[type="install"] {
- list-style-image: url(chrome://mozapps/skin/extensions/extensionGeneric-48.png);
-}
-.pref-icon[type="geo"] {
- list-style-image: url(chrome://browser/skin/Geolocation-64.png);
-}
-.pref-icon[type="indexedDB"] {
- list-style-image: url(chrome://global/skin/icons/question-48.png);
-}
-.pref-icon[type="plugins"] {
- list-style-image: url(chrome://mozapps/skin/plugins/pluginGeneric-48.png);
-}
-.pref-icon[type="fullscreen"] {
- list-style-image: url(chrome://global/skin/icons/question-48.png);
-}
-.pref-icon[type="pointerLock"] {
- list-style-image: url(chrome://global/skin/icons/question-48.png);
-}
-
-.pref-title {
- font-size: 125%;
- margin-bottom: 0;
- font-weight: bold;
- margin-right: 0;
- padding-right: 0;
-}
-
-.pref-default {
- margin-left: 0.5em;
- padding-left: 0;
-}
-
-.pref-set-default {
- visibility: collapse;
-}
-
-.pref-menulist {
- margin-left: 6px;
- margin-right: 6px;
- min-width: 10em; /* native menulists ellipsize their longest entries by default on many themes */
-}
-
-.plugins-label {
- margin-right: 0;
- padding-right: 0;
-}
-
-.plugins-vulnerable {
- margin-left: 0;
- padding-left: 0;
- margin-right: 0;
- padding-right: 0;
-}
-
-.plugins-default {
- margin-left: 0.5em;
- padding-left: 0;
- margin-right: 1em;
- padding-right: 0;
-}
diff --git a/browser/themes/windows/preferences/alwaysAsk.png b/browser/themes/windows/preferences/alwaysAsk.png
deleted file mode 100644
index d12805ef0..000000000
--- a/browser/themes/windows/preferences/alwaysAsk.png
+++ /dev/null
Binary files differ
diff --git a/browser/themes/windows/preferences/application.png b/browser/themes/windows/preferences/application.png
deleted file mode 100644
index d67993d59..000000000
--- a/browser/themes/windows/preferences/application.png
+++ /dev/null
Binary files differ
diff --git a/browser/themes/windows/preferences/applications.css b/browser/themes/windows/preferences/applications.css
deleted file mode 100644
index 80699b463..000000000
--- a/browser/themes/windows/preferences/applications.css
+++ /dev/null
@@ -1,64 +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/. */
-
-/**
- * Line up the actions menu with action labels above and below it.
- * Equalize the distance from the left side of the action box to the left side
- * of the icon for both the menu and the non-menu versions of the action box.
- * Also make sure the labels are the same distance away from the icons.
- */
-.actionsMenu {
- margin-top: 0;
- margin-bottom: 0;
- -moz-margin-start: -2px;
- -moz-margin-end: 0;
-}
-
-.typeIcon,
-.actionIcon {
- -moz-margin-start: 3px;
- -moz-margin-end: 3px;
-}
-
-richlistitem label {
- -moz-margin-start: 1px;
- margin-top: 2px;
-}
-
-richlistitem {
- min-height: 22px;
-}
-
-richlistitem[appHandlerIcon="ask"],
-menuitem[appHandlerIcon="ask"] {
- list-style-image: url("chrome://browser/skin/preferences/alwaysAsk.png");
-}
-
-richlistitem[appHandlerIcon="save"],
-menuitem[appHandlerIcon="save"] {
- list-style-image: url("chrome://browser/skin/preferences/application.png");
-}
-
-richlistitem[appHandlerIcon="feed"],
-menuitem[appHandlerIcon="feed"] {
- list-style-image: url("chrome://browser/skin/page-livemarks.png");
-}
-
-richlistitem[appHandlerIcon="plugin"],
-menuitem[appHandlerIcon="plugin"] {
- list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
-}
-
-.actionsMenu .menulist-icon {
- -moz-margin-end: 3px;
-}
-
-.actionsMenu > menupopup > menuitem > .menu-iconic-left {
- -moz-padding-start: 0px;
- -moz-padding-end: 2px;
-}
-
-.actionsMenu > menupopup > menuitem {
- -moz-padding-start: 4px;
-}
diff --git a/browser/themes/windows/preferences/mail.png b/browser/themes/windows/preferences/mail.png
deleted file mode 100644
index be1ed4d38..000000000
--- a/browser/themes/windows/preferences/mail.png
+++ /dev/null
Binary files differ
diff --git a/browser/themes/windows/preferences/preferences.css b/browser/themes/windows/preferences/preferences.css
deleted file mode 100644
index 40be343ba..000000000
--- a/browser/themes/windows/preferences/preferences.css
+++ /dev/null
@@ -1,146 +0,0 @@
-/*
-# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
-# 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/.
-*/
-
-/* Global Styles */
-#BrowserPreferences radio[pane] {
- list-style-image: url("chrome://browser/skin/preferences/Options.png");
- padding: 5px 3px 1px;
-}
-
-radio[pane=paneMain] {
- -moz-image-region: rect(0, 32px, 32px, 0);
-}
-
-radio[pane=paneTabs] {
- -moz-image-region: rect(0, 64px, 32px, 32px);
-}
-
-radio[pane=paneContent] {
- -moz-image-region: rect(0, 96px, 32px, 64px);
-}
-
-radio[pane=paneApplications] {
- -moz-image-region: rect(0, 128px, 32px, 96px);
-}
-
-radio[pane=panePrivacy] {
- -moz-image-region: rect(0, 160px, 32px, 128px);
-}
-
-radio[pane=paneSecurity] {
- -moz-image-region: rect(0, 192px, 32px, 160px);
-}
-
-radio[pane=paneAdvanced] {
- -moz-image-region: rect(0, 224px, 32px, 192px);
-}
-
-%ifdef MOZ_SERVICES_SYNC
-radio[pane=paneSync] {
- list-style-image: url("chrome://browser/skin/preferences/Options-sync.png") !important;
-}
-%endif
-
-/* Applications Pane */
-#BrowserPreferences[animated="true"] #handlersView {
- height: 25em;
-}
-
-#BrowserPreferences[animated="false"] #handlersView {
- -moz-box-flex: 1;
-}
-
-/* Privacy Pane */
-
-/* styles for the link elements copied from .text-link in global.css */
-.inline-link {
- color: -moz-nativehyperlinktext;
- text-decoration: none;
-}
-
-.inline-link:hover {
- text-decoration: underline;
-}
-
-/* Modeless Window Dialogs */
-.windowDialog,
-.windowDialog prefpane {
- padding: 0;
-}
-
-#browserHomePage:-moz-locale-dir(rtl) input {
- unicode-bidi: plaintext;
- direction: rtl;
-}
-
-.contentPane {
- margin: 9px 8px 5px;
-}
-
-.actionButtons {
- margin: 0 3px 6px !important;
-}
-
-/* Cookies Manager */
-#cookiesChildren::-moz-tree-image(domainCol) {
- width: 16px;
- height: 16px;
- margin: 0 2px;
- list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png") !important;
-}
-
-#cookiesChildren::-moz-tree-image(domainCol, container) {
- list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
- -moz-image-region: rect(0, 32px, 16px, 16px);
-}
-
-#cookiesChildren::-moz-tree-image(domainCol, container, open) {
- -moz-image-region: rect(16px, 32px, 32px, 16px);
-}
-
-#cookieInfoBox {
- border: 1px solid ThreeDShadow;
- border-radius: 0;
- margin: 4px;
- padding: 0;
-}
-
-/* Advanced Pane */
-
-/* Adding padding-bottom prevents the bottom of the tabpanel from being cutoff
- when browser.preferences.animateFadeIn = true */
-#advancedPrefs {
- padding-bottom: 8px;
-}
-
-/* bottom-most box containing a groupbox in a prefpane. Prevents the bottom
- of the groupbox from being cutoff */
-.bottomBox {
- padding-bottom: 4px;
-}
-
-%ifdef MOZ_SERVICES_SYNC
-/* Sync Pane */
-
-#syncDesc {
- padding: 0 8em;
-}
-
-.syncGroupBox {
- padding: 10px;
-}
-
-#accountCaptionImage {
- list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
-}
-
-#syncAddDeviceLabel {
- margin-top: 1em;
- margin-bottom: 1em;
-}
-
-%endif
diff --git a/browser/themes/windows/preferences/saveFile.png b/browser/themes/windows/preferences/saveFile.png
deleted file mode 100644
index 1248dd30c..000000000
--- a/browser/themes/windows/preferences/saveFile.png
+++ /dev/null
Binary files differ