summaryrefslogtreecommitdiffstats
path: root/application/basilisk/themes/osx/preferences
diff options
context:
space:
mode:
Diffstat (limited to 'application/basilisk/themes/osx/preferences')
-rw-r--r--application/basilisk/themes/osx/preferences/alwaysAsk.pngbin530 -> 0 bytes
-rw-r--r--application/basilisk/themes/osx/preferences/application.pngbin795 -> 0 bytes
-rw-r--r--application/basilisk/themes/osx/preferences/applications.css73
-rw-r--r--application/basilisk/themes/osx/preferences/in-content/dialog.css36
-rw-r--r--application/basilisk/themes/osx/preferences/in-content/preferences.css53
-rw-r--r--application/basilisk/themes/osx/preferences/preferences.css126
-rw-r--r--application/basilisk/themes/osx/preferences/saveFile.pngbin570 -> 0 bytes
7 files changed, 0 insertions, 288 deletions
diff --git a/application/basilisk/themes/osx/preferences/alwaysAsk.png b/application/basilisk/themes/osx/preferences/alwaysAsk.png
deleted file mode 100644
index c792d1488..000000000
--- a/application/basilisk/themes/osx/preferences/alwaysAsk.png
+++ /dev/null
Binary files differ
diff --git a/application/basilisk/themes/osx/preferences/application.png b/application/basilisk/themes/osx/preferences/application.png
deleted file mode 100644
index b4c1ca7d0..000000000
--- a/application/basilisk/themes/osx/preferences/application.png
+++ /dev/null
Binary files differ
diff --git a/application/basilisk/themes/osx/preferences/applications.css b/application/basilisk/themes/osx/preferences/applications.css
deleted file mode 100644
index 8a4a01500..000000000
--- a/application/basilisk/themes/osx/preferences/applications.css
+++ /dev/null
@@ -1,73 +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-inline-start: -2px;
- margin-top: 0;
- margin-bottom: -1px;
-}
-
-#handlersView > richlistitem label {
- margin-inline-start: 3px;
- margin-top: 2px;
-}
-
-#handlersView > richlistitem {
- min-height: 22px;
-}
-
-.typeIcon,
-.actionIcon {
- margin-inline-start: 3px;
-}
-
-.typeIcon,
-.actionIcon,
-.actionsMenu .menulist-icon {
- margin-inline-end: 2px;
-}
-
-.actionsMenu > menupopup > menuitem > .menu-iconic-left {
- /* Undo content/browser/preferences/handlers.css - we don't
- * want icon-less labels to line up with the other labels.
- */
- min-width: 0;
-}
-
-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/saveFile.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");
-}
-
-/* Repeat what menu.css does for .menuitem-iconic */
-menuitem[appHandlerIcon] {
- padding-top: 1px;
- padding-bottom: 3px;
-}
-
-menuitem[appHandlerIcon] > .menu-iconic-left > .menu-iconic-icon {
- margin-inline-start: 0;
- width: 16px;
-}
diff --git a/application/basilisk/themes/osx/preferences/in-content/dialog.css b/application/basilisk/themes/osx/preferences/in-content/dialog.css
deleted file mode 100644
index 46a6cb91c..000000000
--- a/application/basilisk/themes/osx/preferences/in-content/dialog.css
+++ /dev/null
@@ -1,36 +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/. */
-
-%include ../../../shared/incontentprefs/dialog.inc.css
-
-prefwindow,
-.windowDialog {
- font: message-box !important;
-}
-
-label:not(.menu-text),
-textbox,
-description,
-.tab-text,
-caption > label {
- font-size: 1.3em;
-}
-
-/* Create a separate rule to unset these styles on .tree-input instead of
- using :not(.tree-input) so the selector specifity doesn't change. */
-textbox.tree-input {
- font-size: unset;
-}
-
-button {
- font-size: 1em;
-}
-
-caption {
- font: message-box;
-}
-
-.prefWindow-dlgbuttons {
- margin: 0;
-}
diff --git a/application/basilisk/themes/osx/preferences/in-content/preferences.css b/application/basilisk/themes/osx/preferences/in-content/preferences.css
deleted file mode 100644
index c59b08283..000000000
--- a/application/basilisk/themes/osx/preferences/in-content/preferences.css
+++ /dev/null
@@ -1,53 +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/. */
-
-%include ../../../shared/incontentprefs/preferences.inc.css
-
-prefpane .groupbox-title {
- background: none;
- margin-bottom: 0;
-}
-
-.actionsMenu > .menulist-label-box > .menulist-icon {
- margin-top: 2px;
- margin-inline-start: 2px;
- margin-inline-end: 8px !important;
-}
-
-#downloadFolder > .fileFieldContentBox {
- padding-inline-start: 3px;
-}
-
-#fxaProfileImage {
- -moz-user-focus: normal;
-}
-
-textbox + button {
- margin-inline-start: -4px;
-}
-
-filefield + button {
- margin-inline-start: -8px;
-}
-
-#popupPolicyRow {
- /* Override styles from
- browser/themes/osx/preferences/preferences.css */
- margin-bottom: 0 !important;
- padding-bottom: 0 !important;
- border-bottom: none;
-}
-
-#advancedPrefs {
- margin-right: 0; /*override margin from normal preferences.css */
- margin-left: 0;
-}
-
-/**
- * Dialog
- */
-
-#dialogTitle {
- font-size: 1.1em;
-}
diff --git a/application/basilisk/themes/osx/preferences/preferences.css b/application/basilisk/themes/osx/preferences/preferences.css
deleted file mode 100644
index a8dcadc55..000000000
--- a/application/basilisk/themes/osx/preferences/preferences.css
+++ /dev/null
@@ -1,126 +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/.
-*/
-
-%include ../../../../../toolkit/themes/osx/global/shared.inc
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-@namespace html url("http://www.w3.org/1999/xhtml");
-
-.windowDialog {
- padding: 12px;
- font: -moz-dialog;
-}
-
-/* ----- APPLICATIONS PREFPANE ----- */
-description {
- font: small-caption;
- font-weight: normal;
- line-height: 1.3em;
- margin-bottom: 4px !important;
-}
-
-prefpane .groupbox-body {
- -moz-appearance: none;
- padding: 8px 4px 4px 4px;
-}
-
-prefpane .groupbox-title {
- background: url("chrome://global/skin/50pct_transparent_grey.png") repeat-x bottom left;
- margin-bottom: 4px;
-}
-
-tabpanels {
- padding: 20px 7px 7px;
-}
-
-caption {
- padding-inline-start: 5px;
- padding-top: 4px;
- padding-bottom: 2px;
-}
-
-#popupPolicyRow {
- margin-bottom: 4px !important;
- padding-bottom: 4px !important;
- border-bottom: 1px solid #ccc;
-}
-
-#browserUseCurrent,
-#browserUseBookmark,
-#browserUseBlank {
- margin-top: 10px;
-}
-
-#advancedPrefs {
- margin: 0 8px;
-}
-
-#privacyPrefs {
- padding: 0 4px;
-}
-
-#privacyPrefs > tabpanels {
- padding: 18px 10px 10px;
-}
-
-#OCSPDialogPane {
- font: message-box !important;
-}
-
-/* General Pane */
-
-#useFirefoxSync,
-#getStarted {
- font-size: 90%;
-}
-
-#isNotDefaultLabel {
- font-weight: bold;
-}
-
-/**
- * Update Preferences
- */
-#autoInstallOptions {
- margin-inline-start: 20px;
-}
-
-.updateControls {
- margin-inline-start: 10px;
-}
-
-/**
- * Clear Private Data
- */
-#SanitizeDialogPane > groupbox {
- margin-top: 0;
-}
-
-
-/* ----- SYNC PANE ----- */
-
-#syncDesc {
- padding: 0 8em;
-}
-
-#accountCaptionImage {
- list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
-}
-
-#syncAddDeviceLabel {
- margin-top: 1em;
- margin-bottom: 1em;
-}
-
-#noFxaAccount {
- margin: 12px 4px;
- line-height: 1.2em;
-}
-
-#noFxaAccount > label:first-child {
- margin-bottom: 0.6em;
-}
diff --git a/application/basilisk/themes/osx/preferences/saveFile.png b/application/basilisk/themes/osx/preferences/saveFile.png
deleted file mode 100644
index 7177f8df3..000000000
--- a/application/basilisk/themes/osx/preferences/saveFile.png
+++ /dev/null
Binary files differ