mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk
This commit is contained in:
parent
a951f19dfd
commit
177b28a898
1938 changed files with 0 additions and 0 deletions
131
application/basilisk/themes/osx/preferences/preferences.css
Normal file
131
application/basilisk/themes/osx/preferences/preferences.css
Normal file
|
|
@ -0,0 +1,131 @@
|
|||
/*
|
||||
# -*- 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;
|
||||
}
|
||||
|
||||
#translationAttributionImage {
|
||||
width: 70px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue