Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa'

This commit is contained in:
Moonchild 2021-06-21 17:52:42 +00:00 • committed by roytam1
commit ba00d14c12
382 changed files with 36 additions and 22824 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 B

View file

@ -1,30 +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/. */
/* ===== alert.css =====================================================
== Styles specific to the alerts dialog.
======================================================================= */
@import url("chrome://global/skin/alerts/alert-common.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#alertNotification {
-moz-appearance: none;
background: transparent;
}
#alertBox {
border: 1px solid ThreeDShadow;
border-radius: 1px;
background-color: -moz-Dialog;
color: -moz-DialogText;
}
.alertCloseButton {
-moz-appearance: none;
padding: 0;
margin: 2px;
border: none;
}

View file

@ -1,38 +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/. */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.up {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}
.up[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif");
}
.down {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.down[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}
.left {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif");
}
.left[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif");
}
.right {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif");
}
.right[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif");
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 227 B

View file

@ -1,174 +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/. */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
/* .padded is used by autocomplete widgets that don't have an icon. Gross. -dwh */
textbox:not(.padded) {
cursor: default;
padding: 0;
}
textbox[nomatch="true"][highlightnonmatches="true"] {
color: red;
}
textbox:not(.padded) .textbox-input-box {
margin: 0 3px;
}
.textbox-input-box {
-moz-box-align: center;
}
/* ::::: history button ::::: */
.autocomplete-history-dropmarker {
-moz-appearance: none !important;
border: none !important;
background-color: transparent !important;
padding: 0px;
list-style-image: url("chrome://global/skin/icons/autocomplete-dropmarker.png");
margin: 0px;
}
/* ::::: autocomplete popups ::::: */
panel[type="autocomplete"],
panel[type="autocomplete-richlistbox"],
.autocomplete-history-popup {
padding: 0px !important;
color: -moz-FieldText;
background-color: -moz-Field;
font: icon;
-moz-appearance: none;
}
.autocomplete-history-popup {
max-height: 180px;
}
/* ::::: tree ::::: */
.autocomplete-tree {
-moz-appearance: none !important;
border: none !important;
background-color: transparent !important;
}
.autocomplete-treecol {
-moz-appearance: none !important;
margin: 0 !important;
border: none !important;
padding: 0 !important;
}
.autocomplete-treebody::-moz-tree-cell-text {
padding-left: 2px;
}
.autocomplete-treebody::-moz-tree-row {
border-top: none;
}
treechildren.autocomplete-treebody::-moz-tree-row(selected) {
background-color: Highlight;
}
treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) {
color: HighlightText !important;
}
.autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue) {
max-width: 16px;
height: 16px;
}
/* ::::: richlistbox autocomplete ::::: */
.autocomplete-richlistbox {
-moz-appearance: none;
margin: 0;
}
.ac-type-icon {
width: 16px;
height: 16px;
max-width: 16px;
max-height: 16px;
margin-inline-start: 16px;
margin-inline-end: 6px;
}
.ac-site-icon {
width: 16px;
height: 16px;
max-width: 16px;
max-height: 16px;
margin-inline-start: 0;
margin-inline-end: 11px;
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
}
.ac-site-icon[selected] {
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon-inverted.png");
}
@media (min-resolution: 2dppx) {
.ac-site-icon {
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon@2x.png");
}
.ac-site-icon[selected] {
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon-inverted@2x.png");
}
}
.ac-title {
margin-inline-start: 0;
margin-inline-end: 6px;
}
html|span.ac-tag {
margin-inline-start: 0;
margin-inline-end: 2px;
}
.ac-tags {
margin-inline-start: 0;
margin-inline-end: 4px;
}
.ac-separator {
margin-inline-start: 0;
margin-inline-end: 6px;
}
/* Better align the URL/action with the title. */
.ac-tags,
.ac-separator,
.ac-url,
.ac-action {
margin-bottom: -2px;
}
.ac-title-text,
.ac-tags-text,
.ac-separator-text,
.ac-url-text,
.ac-action-text,
.ac-text-overflow-container {
padding: 0 !important;
margin: 0 !important;
}
/* ::::: textboxes inside toolbarpaletteitems ::::: */
toolbarpaletteitem > toolbaritem > textbox > hbox > hbox > html|*.textbox-input {
visibility: hidden;
}
toolbarpaletteitem > toolbaritem > * > textbox > hbox > hbox > html|*.textbox-input {
visibility: hidden;
}

View file

@ -1,85 +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/. */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
button {
-moz-appearance: button;
/* The horizontal margin used here come from the Aqua Human Interface
Guidelines, there should be 12 pixels between two buttons. */
margin: 5px 6px 3px;
min-width: 79px;
color: ButtonText;
text-shadow: none;
}
button:not([disabled="true"]):hover:active {
color: -moz-mac-buttonactivetext;
}
/* When the window isn't focused, the default button background isn't drawn,
* so don't change the text color then: */
button[default="true"]:not([disabled="true"]):not(:-moz-window-inactive) {
color: -moz-mac-defaultbuttontext;
}
/* Likewise, when active (mousedown) but not hovering, the default button
* background isn't drawn, override the previous selector for that case: */
button[default="true"]:not(:hover):active {
color: ButtonText;
}
.button-text {
margin: 1px 0 !important;
margin-inline-start: 3px !important;
margin-inline-end: 2px !important;
text-align: center;
}
.button-icon {
margin-inline-start: 1px;
}
button[type="default"] {
font: menu;
}
/* .......... disabled state .......... */
button[disabled="true"] {
color: GrayText;
}
/* ::::: menu/menu-button buttons ::::: */
button[type="menu-button"] {
margin: 0;
border: none;
}
.button-menu-dropmarker,
.button-menubutton-dropmarker {
-moz-appearance: none !important;
border: none;
background-color: transparent !important;
margin: 1px;
}
.button-menu-dropmarker {
display: none;
}
/* ::::: plain buttons ::::: */
button.plain {
margin: 0 !important;
padding: 0 !important;
}
/* ::::: help button ::::: */
button[dlgtype="help"] {
-moz-appearance: -moz-mac-help-button;
width: 20px;
}

View file

@ -1,39 +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/. */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
checkbox {
-moz-appearance: checkbox-container;
-moz-box-align: center;
margin: 4px 2px;
}
.checkbox-icon {
margin-right: 2px;
}
.checkbox-label {
margin: 1px 0 !important;
}
/* ..... disabled state ..... */
checkbox[disabled="true"] {
color: GrayText !important;
}
/* ::::: checkmark image ::::: */
.checkbox-check {
-moz-appearance: checkbox;
margin: 1px 1px 0;
/* vertical-align tells native theming where to snap to. However, this doesn't
* always work reliably because of bug 503833. */
vertical-align: top;
width: 1.3em;
height: 1.3em;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 B

View file

@ -1,41 +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/. */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: colorpicker button ::::: */
colorpicker[type="button"] {
width: 38px;
height: 24px;
border: 1px solid #a7a7a7;
background-color: ThreeDFace;
padding: 3px;
-moz-appearance: button-bevel;
}
.colorpicker-button-colorbox {
border: 1px solid #000000;
}
/* ::::: colorpicker tiles ::::: */
.colorpickertile {
width : 20px;
height : 20px;
margin : 1px;
}
.colorpickertile[selected="true"] {
border : 1px outset #C0C0C0;
}
.colorpickertile[hover="true"] {
border : 1px dotted #A7A7A7;
}
.cp-light[hover="true"] {
border : 1px dotted #000000;
}

View file

@ -1,35 +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/. */
#commonDialog {
line-height: 13px;
}
#filler {
margin: 0px -14px;
}
#infoContainer {
max-width: 33em;
}
#loginContainer {
padding-top: 10px;
}
#info\.icon {
margin-inline-end: 14px;
}
#info\.title,
#info\.header,
#info\.body {
font: menu;
line-height: 16px;
margin-bottom: 6px;
}
#info\.title {
font-weight: bold;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 B

View file

@ -1,165 +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/. */
/* ===== console.css ====================================================
== Styles used by the Error Console window.
======================================================================= */
/* View buttons */
@import "chrome://global/skin/viewbuttons.css";
%include ../shared.inc
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.console-box {
background-color: -moz-Field;
color: -moz-FieldText;
overflow: auto;
}
/* ::::: console rows ::::: */
.console-row {
border-bottom: 1px solid #A3A3A3;
padding: 4px;
}
.console-row-file {
color: #505050;
}
.console-row-msg > label:first-child {
font-weight: bold;
}
.console-row-msg > label, .comsole-row-msg > description, .console-error-msg, .console-row-file, .console-row-code {
margin: 2px;
}
.console-row-file > label {
margin: 0;
}
.console-msg-text {
white-space: pre-wrap !important;
}
.console-icon {
list-style-image: inherit;
padding-right: 6px;
padding-left: 6px;
}
/* ..... error rows ..... */
.console-row-code {
color: #0000BB;
font-size: larger;
}
.console-dots,
.console-caret {
height: 9px;
}
.console-dots {
background: url("chrome://global/skin/console/console-error-dash.gif") repeat-x top;
}
.console-caret {
width: 7px;
background: url("chrome://global/skin/console/console-error-caret.gif") no-repeat top;
}
/* ..... message rows ..... */
.console-row[type="message"] {
font-family: monospace;
}
/* ..... selected state ..... */
.console-row[selected="true"] {
background-color: #3D80DF !important;
color: #FFF;
}
.console-row-code[selected="true"],
.console-row-content[selected="true"] > .console-row-file,
.console-row-content[selected="true"] > .console-row-file > .console-error-source > .text-link {
color: #FFF !important;
}
/* ::::: row colors ::::: */
.console-row[type="error"],
.console-row[type="exception"] {
background-color: #FFD0DC;
}
.console-row[type="warning"] {
background-color: #F8F3CC;
}
.console-row[type="message"] {
background-color: #D3EDFF;
}
/* ::::: toolbars ::::: */
#ToolbarEval {
-moz-appearance: none;
background: @scopeBarBackground@;
border-bottom: @scopeBarSeparatorBorder@;
padding: 2px;
}
#ToolbarEval > label {
font-weight: bold;
color: @scopeBarTitleColor@;
}
#TextfieldEval {
margin: 2px !important;
}
#ButtonEval {
margin: 0 4px;
padding: 1px 10px;
-moz-appearance: none;
border-radius: 10000px;
border: @roundButtonBorder@;
background: @roundButtonBackground@;
box-shadow: @roundButtonShadow@;
}
#ButtonEval:hover:active {
text-shadow: @loweredShadow@;
background: @roundButtonPressedBackground@;
box-shadow: @roundButtonPressedShadow@;
}
toolbarseparator {
min-height: 1em;
background-image: none;
}
/* Toolbar icons */
#ToolbarMode {
-moz-box-pack: center;
}
#ToolbarMode toolbarbutton > .toolbarbutton-icon {
display: none;
}
#Console\:clear {
-moz-box-orient: vertical;
-moz-box-align: center;
-moz-appearance: toolbarbutton;
font: menu;
text-shadow: @loweredShadow@;
margin: 4px 0 9px;
padding: 0 1px;
}

View file

@ -1,38 +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/. */
#palette-box {
margin-top: 2px;
-moz-appearance: listbox;
margin: 0 0 10px;
}
#palette-box > toolbarpaletteitem {
padding: 8px 2px;
margin: 0 8px;
}
#main-box {
padding: 12px;
}
#main-box > separator {
-moz-appearance: none;
border-bottom: none;
}
#instructions {
font: menu;
font-weight: bold;
line-height: 16pt;
}
hbox button {
font: menu;
}
#main-box > box > button {
min-height: 19px; /* aqua size for small buttons */
font: message-box;
}

View file

@ -1,126 +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/. */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
datepicker, timepicker {
padding: 0 0 1px;
margin: 4px;
border: none;
}
.datetimepicker-input-box {
-moz-appearance: textfield;
cursor: text;
margin-right: 4px;
margin-bottom: 2px;
border: 3px solid;
-moz-border-top-colors: transparent #888888 #000000;
-moz-border-right-colors: transparent #FFFFFF #000000;
-moz-border-bottom-colors: transparent #FFFFFF #000000;
-moz-border-left-colors: transparent #888888 #000000;
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
padding: 0px;
background-color: -moz-Field;
color: -moz-FieldText;
}
.datetimepicker-input-subbox {
width: 1.6em;
}
html|*.datetimepicker-input {
text-align: end;
}
.datetimepicker-separator {
margin: 0 !important;
}
.datetimepicker-year {
width: 3.2em;
}
.datepicker-dropmarker {
margin-bottom: 2px;
}
datepicker[readonly="true"],
timepicker[readonly="true"] {
background-color: -moz-Dialog;
color: -moz-DialogText;
}
datepicker[disabled="true"],
timepicker[disabled="true"] {
cursor: default;
-moz-border-top-colors: transparent ThreeDShadow -moz-Dialog;
-moz-border-right-colors: transparent ThreeDShadow -moz-Dialog;
-moz-border-bottom-colors: transparent ThreeDShadow -moz-Dialog;
-moz-border-left-colors: transparent ThreeDShadow -moz-Dialog;
background-color: -moz-Dialog;
color: GrayText;
}
.datepicker-mainbox {
margin: 2px 4px;
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
background-color: #EEEEEE;
color: -moz-DialogText;
}
.datepicker-popupgrid > .datepicker-mainbox {
margin: 0;
border: none;
}
.datepicker-gridlabel, .datepicker-weeklabel {
text-align: center;
}
.datepicker-gridlabel[today="true"] {
background-color: darkgrey;
color: white;
}
.datepicker-gridlabel[selected="true"] {
background-color: Highlight;
color: HighlightText;
}
.datepicker-button {
-moz-appearance: none;
min-width: 8px;
padding: 0px;
}
.datepicker-previous {
list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif");
}
.datepicker-next {
list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif");
}
.datepicker-previous:hover {
list-style-image: url("chrome://global/skin/arrow/arrow-lft-hov.gif");
}
.datepicker-next:hover {
list-style-image: url("chrome://global/skin/arrow/arrow-rit-hov.gif");
}
.datepicker-previous[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif");
}
.datepicker-next[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif");
}

View file

@ -1,77 +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/. */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#commonDialog > image {
margin-inline-end: 14px !important;
}
#commonDialog > .dialog-button-box {
margin-inline-start: 80px;
}
dialog {
-moz-appearance: dialog;
padding: 14px;
}
/* ::::: dialog buttons ::::: */
.dialog-button {
font: menu;
}
/* ::::: dialog header ::::: */
dialogheader {
margin: 0 5px 5px;
padding: 5px 8px;
}
.dialogheader-title {
margin: 0 !important;
font-size: larger;
font-weight: bold;
display: none;
}
/* ::::: large dialog header ::::: */
.header-large {
-moz-box-orient: vertical;
margin: -14px -14px 0;
padding: 12px;
padding-inline-end: 5px;
padding-inline-start: 25px;
}
.header-large > .dialogheader-title {
font: inherit;
font-weight: bold;
}
.header-large > .dialogheader-description {
margin-left: 12px !important;
}
.dialogheader-description {
font-weight: bold !important;
}
.dialogheader-title {
font-weight: bold !important;
}
/*XXX - belongs to toolkit/content/finddialog.xul: */
#findDialog,
#findDialog > menu,
#findDialog > groupbox {
font: menu !important;
}
#dialog\.caseSensitive {
margin-top: 8px;
}

View file

@ -1,104 +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/. */
:root {
background-color: -moz-dialog;
color: -moz-dialogtext;
font: message-box;
padding-left: 2em;
padding-right: 2em;
}
body {
border: 1px solid ThreeDShadow;
border-radius: 10px;
padding: 3em;
min-width: 30em;
max-width: 65em;
margin: 4em auto;
background-color: -moz-field;
color: -moz-fieldtext;
}
h1 {
font-size: 160%;
margin: 0 0 .6em;
border-bottom: 1px solid ThreeDLightShadow;
font-weight: normal;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
font-size: 110%;
}
#UI_goUp {
margin-top: 0;
float: left;
}
#UI_goUp:dir(rtl) {
float: right;
}
#UI_showHidden {
margin-top: 0;
float: right;
}
#UI_showHidden:dir(rtl) {
float: left;
}
table {
clear: both;
width: 90%;
margin: 0 auto;
}
thead {
font-size: 130%;
}
/* last modified */
th:last-child {
text-align: center;
}
th:hover > a {
text-decoration: underline;
}
body > table > tbody > tr:hover {
outline: 1px solid ThreeDLightShadow;
-moz-outline-radius: .3em;
}
/* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */
td:not(:first-child) {
width: 0;
}
.up {
padding: 0 .5em;
margin-inline-start: 20px;
}
.up::before {
margin-inline-end: 4px;
margin-inline-start: -20px;
vertical-align: middle;
content: url(chrome://global/skin/dirListing/up.png);
}
.dir::before {
content: url(chrome://global/skin/dirListing/folder.png);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 617 B

View file

@ -1,31 +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/. */
dropmarker {
-moz-appearance: menulist-button;
width: 16px;
-moz-box-align: center;
-moz-box-pack: center;
border: 2px solid;
-moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
background-color: -moz-Dialog;
padding: 1px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-moz-image-region: auto;
}
dropmarker:hover:active:not([disabled="true"]) {
-moz-border-top-colors: ThreeDShadow ThreeDFace;
-moz-border-right-colors: ThreeDShadow ThreeDFace;
-moz-border-bottom-colors: ThreeDShadow ThreeDFace;
-moz-border-left-colors: ThreeDShadow ThreeDFace;
padding: 2px 0 0 2px;
}
dropmarker[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}

View file

@ -1,38 +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/.
*/
.fileFieldIcon {
width: 16px;
height: 16px;
}
.fileFieldIcon[disabled="true"] {
opacity: 0.5;
}
filefield {
margin: 4px;
margin-inline-start: 27px;
-moz-appearance: textfield;
}
.fileFieldContentBox {
margin: -3px;
background-color: rgba(230, 230, 230, 0.6);
color: -moz-DialogText;
padding-top: 2px;
padding-bottom: 2px;
padding-inline-start: 5px;
padding-inline-end: 3px;
}
.fileFieldLabel {
-moz-appearance: none;
background-color: transparent;
border: none;
margin: 0 4px;
}

View file

@ -1,14 +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/. -->
<svg xmlns="http://www.w3.org/2000/svg">
<filter id="iconPressed" color-interpolation-filters="sRGB">
<!-- Multiply all components with 0.55. -->
<feComponentTransfer>
<feFuncR type="linear" slope=".55"/>
<feFuncG type="linear" slope=".55"/>
<feFuncB type="linear" slope=".55"/>
</feComponentTransfer>
</filter>
</svg>

Before

Width:  |  Height:  |  Size: 566 B

View file

@ -1,270 +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.inc
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
findbar {
background: @scopeBarBackground@;
border-top: @scopeBarSeparatorBorder@;
min-width: 1px;
padding: 4px 2px;
transition-property: margin-bottom, opacity, visibility;
transition-duration: 150ms, 150ms, 0s;
transition-timing-function: ease-in-out, ease-in-out, linear;
}
findbar[hidden] {
/* Override display:none to make the transition work. */
display: -moz-box;
visibility: collapse;
margin-bottom: -1em;
opacity: 0;
transition-delay: 0s, 0s, 150ms;
}
findbar:-moz-lwtheme {
-moz-appearance: none;
background: none;
border-style: none;
}
label.findbar-find-fast {
margin: 1px 3px 0 !important;
color: @scopeBarTitleColor@;
font-weight: bold;
text-shadow: @loweredShadow@;
}
label.findbar-find-fast:-moz-lwtheme,
.findbar-find-status:-moz-lwtheme {
color: inherit;
text-shadow: inherit;
}
.findbar-closebutton {
padding: 0;
margin: 0 4px;
border: none;
}
.findbar-closebutton:-moz-lwtheme-brighttext {
list-style-image: url("chrome://global/skin/icons/close-inverted.png");
}
@media (min-resolution: 2dppx) {
.findbar-closebutton:-moz-lwtheme-brighttext {
list-style-image: url("chrome://global/skin/icons/close-inverted@2x.png");
}
.findbar-closebutton > .toolbarbutton-icon {
width: 16px;
}
}
.findbar-find-next,
.findbar-find-previous,
.findbar-highlight {
margin: 0 4px;
padding: 1px 3px;
-moz-appearance: none;
border-radius: 10000px;
border: @roundButtonBorder@;
background: @roundButtonBackground@;
box-shadow: @roundButtonShadow@;
color: buttontext;
}
.findbar-container > toolbarbutton:-moz-focusring {
position: relative;
box-shadow: @focusRingShadow@, @roundButtonShadow@;
}
.findbar-container > toolbarbutton > .toolbarbutton-text {
margin: 0 6px !important;
}
.findbar-container > toolbarbutton[disabled] {
color: GrayText !important;
}
.findbar-find-next:not([disabled]):hover:active,
.findbar-find-previous:not([disabled]):hover:active,
.findbar-highlight:not([disabled]):hover:active {
text-shadow: @loweredShadow@;
background: @roundButtonPressedBackground@;
box-shadow: @roundButtonPressedShadow@;
}
.findbar-container > toolbarbutton:hover:active:-moz-focusring {
text-shadow: @loweredShadow@;
background: @roundButtonPressedBackground@;
box-shadow: @focusRingShadow@, @roundButtonPressedShadow@;
}
.findbar-closebutton > .toolbarbutton-text {
display: none;
}
/* Match case checkbox */
.findbar-container > checkbox {
list-style-image: url("chrome://global/skin/icons/checkbox.png");
-moz-image-region: rect(0px 16px 16px 0px);
-moz-appearance: none;
margin: 0 2px;
-moz-margin-start: 7px;
}
.findbar-container > checkbox:hover:active {
-moz-image-region: rect(0px 32px 16px 16px);
}
.findbar-container > checkbox[checked] {
-moz-image-region: rect(0px 48px 16px 32px);
}
.findbar-container > checkbox[checked]:hover:active {
-moz-image-region: rect(0px 64px 16px 48px);
}
@media (min-resolution: 2dppx) {
.findbar-container > checkbox {
list-style-image: url("chrome://global/skin/icons/checkbox@2x.png");
-moz-image-region: rect(0px 32px 32px 0px);
}
.findbar-container > checkbox:hover:active {
-moz-image-region: rect(0px 64px 32px 32px);
}
.findbar-container > checkbox[checked] {
-moz-image-region: rect(0px 96px 32px 64px);
}
.findbar-container > checkbox[checked]:hover:active {
-moz-image-region: rect(0px 128px 32px 96px);
}
}
.findbar-container > checkbox > .checkbox-check {
display: none;
}
.findbar-container > checkbox > .checkbox-label-box > .checkbox-label {
margin: 0 !important;
padding: 2px 0 0;
}
.findbar-container > checkbox > .checkbox-label-box > .checkbox-icon {
-moz-padding-start: 1px;
padding-bottom: 1px;
}
@media (min-resolution: 2dppx) {
.findbar-container > checkbox > .checkbox-label-box > .checkbox-icon {
width: 17px;
height: 17px;
}
}
.findbar-container > checkbox:-moz-focusring > .checkbox-label-box > .checkbox-icon {
border-radius: 4px;
box-shadow: @focusRingShadow@;
}
/* Search field */
.findbar-textbox {
-moz-appearance: none;
border-radius: 10000px;
border: none;
box-shadow: 0 1px 1.5px rgba(0, 0, 0, .7) inset,
0 0 0 1px rgba(0, 0, 0, .17) inset;
background: url("chrome://global/skin/icons/search-textbox.png") -moz-Field no-repeat 5px center;
margin: 0 4px -1px;
padding: 3px 8px 2px;
-moz-padding-start: 19px;
}
.findbar-textbox:not([focused="true"]):-moz-lwtheme {
opacity: 0.9;
}
.findbar-textbox[focused="true"] {
box-shadow: @focusRingShadow@,
0 1px 1.5px rgba(0, 0, 0, .8) inset;
}
.findbar-textbox[flash="true"] {
background-color: #F7E379;
color: #000;
}
.findbar-textbox[status="notfound"] {
background-color: #FD919B;
color: #FFF;
}
/* find-next button */
.findbar-find-next {
-moz-border-end: none;
-moz-margin-end: 0 !important;
}
.findbar-find-next:-moz-locale-dir(ltr),
.findbar-find-previous:-moz-locale-dir(rtl) {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
/* find-previous button */
.findbar-find-previous {
-moz-margin-start: 0 !important;
}
.findbar-find-previous:-moz-locale-dir(ltr),
.findbar-find-next:-moz-locale-dir(rtl) {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
/* highlight button */
.findbar-highlight {
-moz-margin-start: 8px;
}
.findbar-highlight > .toolbarbutton-icon {
width: 13px;
height: 8px;
margin: 0 4px;
-moz-margin-end: 0;
border: 1px solid #818181;
border-radius: 4px;
background-color: #F4F4F3;
}
.findbar-highlight[checked="true"] > .toolbarbutton-icon {
background-color: #FFFF00;
border-color: #818100;
}
.find-status-icon {
display: none;
}
.find-status-icon[status="pending"] {
display: block;
list-style-image: url("chrome://global/skin/icons/loading_16.png");
}
.findbar-find-status,
.found-matches {
color: #436599;
font-weight: bold;
text-shadow: 0 1px rgba(255, 255, 255, .4);
margin: 1px 1px 0 !important;
-moz-margin-start: 12px !important;
}

View file

@ -1,378 +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/. */
/* all localizable skin settings shall live here */
@import url("chrome://global/locale/intl.css");
%include shared.inc
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: XBL bindings ::::: */
menulist > menupopup {
-moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars");
}
/* ::::: Variables ::::: */
:root {
--arrowpanel-padding: 16px;
--arrowpanel-background: linear-gradient(hsla(0,0%,99%,1), hsla(0,0%,99%,.975) 10%, hsla(0,0%,98%,.975));
--arrowpanel-color: hsl(0,0%,10%);
--arrowpanel-border-color: hsla(210,4%,10%,.05);
--arrowpanel-border-radius: 3.5px;
}
/* ::::: root elements ::::: */
window,
page,
dialog,
wizard,
prefwindow {
-moz-appearance: dialog;
background-color: #FFFFFF;
color: -moz-DialogText;
font: message-box;
}
prefwindow[type="child"] {
padding-top: 18px;
padding-bottom: 15px;
padding-inline-start: 18px;
padding-inline-end: 20px;
}
/* deprecated */
window.dialog {
padding-top: 8px;
padding-bottom: 10px;
padding-inline-start: 8px;
padding-inline-end: 10px;
}
/* ::::: alert icons :::::*/
.message-icon,
.alert-icon,
.error-icon,
.question-icon {
width: 64px;
height: 64px;
margin: 6px;
margin-inline-end: 20px;
}
.message-icon {
list-style-image: url("chrome://global/skin/icons/information-64.png");
}
.alert-dialog #info\.icon,
.alert-icon {
list-style-image: url("chrome://global/skin/icons/warning-64.png");
}
.error-icon {
list-style-image: url("chrome://global/skin/icons/error-64.png");
}
.question-icon {
list-style-image: url("chrome://global/skin/icons/question-64.png");
}
/* ::::: iframe ::::: */
iframe {
border: none;
width: 100px;
height: 100px;
min-width: 10px;
min-height: 10px;
}
/* ::::: statusbar ::::: */
statusbar {
min-width: 1px; /* DON'T DELETE!
Prevents hiding of scrollbars in browser when window is made smaller.*/
min-height: 15px !important;
margin: 0px !important;
/* need to use padding-inline-end when/if bug 631729 gets fixed: */
padding: 0px 16px 1px 1px;
-moz-appearance: statusbar;
text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
}
statusbarpanel {
-moz-box-align: center;
-moz-box-pack: center;
padding: 0 4px;
}
.statusbarpanel-iconic {
padding: 0px;
}
/* ::::: miscellaneous formatting ::::: */
:root:-moz-lwtheme,
[lwthemefooter="true"] {
-moz-appearance: none;
}
:root:-moz-lwtheme-darktext {
text-shadow: 0 -0.5px 1.5px white;
}
:root:-moz-lwtheme-brighttext {
text-shadow: 1px 1px 1.5px black;
}
statusbar:-moz-lwtheme {
-moz-appearance: none;
background: none;
border-style: none;
text-shadow: inherit;
}
.inset {
border: 1px solid ThreeDShadow;
border-right-color: ThreeDHighlight;
border-bottom-color: ThreeDHighlight;
margin: 0 5px 5px;
}
.outset {
border: 1px solid ThreeDShadow;
border-left-color: ThreeDHighlight;
border-top-color: ThreeDHighlight;
}
separator:not([orient="vertical"]) {
height: 1.5em;
}
separator[orient="vertical"] {
width: 1.5em;
}
separator.thin:not([orient="vertical"]) {
height: 0.5em;
}
separator.thin[orient="vertical"] {
width: 0.5em;
}
separator.groove:not([orient="vertical"]) {
border-top: 1px solid #A3A3A3;
height: 0;
margin-top: 0.4em;
margin-bottom: 0.4em;
}
separator.groove[orient="vertical"] {
border-left: 1px solid #A3A3A3;
width: 0;
margin-left: 0.4em;
margin-right: 0.4em;
}
.plain {
-moz-appearance: none;
margin: 0 !important;
border: none;
padding: 0;
}
description,
label {
cursor: default;
margin-top: 1px;
margin-bottom: 2px;
margin-inline-start: 6px;
margin-inline-end: 5px;
}
description {
margin-bottom: 4px;
}
label[disabled="true"] {
color: GrayText;
}
.tooltip-label {
margin: 0;
}
.header {
font-weight: bold;
}
.monospace {
font-family: monospace;
}
.indent {
margin-inline-start: 23px;
}
.box-padded {
padding: 5px;
}
.spaced {
margin: 3px 5px 4px;
}
.wizard-box {
padding: 20px 44px 10px;
}
.text-link {
color: -moz-nativehyperlinktext;
cursor: pointer;
}
.text-link:hover {
text-decoration: underline;
}
.text-link:-moz-focusring {
box-shadow: @focusRingShadow@;
}
.toolbar-focustarget {
-moz-user-focus: ignore !important;
}
notification > button {
margin: 0 3px;
padding: 1px 10px;
min-width: 60px;
min-height: 16px;
-moz-appearance: none;
border-radius: 10000px;
border: @roundButtonBorder@;
text-shadow: @loweredShadow@;
background: @roundButtonBackground@;
box-shadow: @roundButtonShadow@;
}
notification > button:active:hover {
background: @roundButtonPressedBackground@;
box-shadow: @roundButtonPressedShadow@;
}
notification > button:-moz-focusring {
box-shadow: @focusRingShadow@, @roundButtonShadow@;
}
notification > button:active:hover:-moz-focusring {
box-shadow: @focusRingShadow@, @roundButtonPressedShadow@;
}
notification > button > .button-box > .button-text {
margin: 0 !important;
}
popupnotificationcontent {
margin-top: .5em;
}
/* :::::: autoscroll popup ::::: */
.autoscroller {
height: 28px;
width: 28px;
border: none;
margin: -14px;
padding: 0;
background-image: url("chrome://global/skin/icons/autoscroll.png");
background-color: transparent;
background-position: right top;
-moz-appearance: none;
-moz-window-shadow: none;
}
.autoscroller[scrolldir="NS"] {
background-position: right center;
}
.autoscroller[scrolldir="EW"] {
background-position: right bottom;
}
/* autorepeatbuttons in menus */
.popup-internal-box > autorepeatbutton {
height: 15px;
position: relative;
list-style-image: none;
/* Here we're using a little magic.
* The arrow button is supposed to overlay the scrollbox, blocking
* everything under it from reaching the screen. However, the menu background
* is slightly transparent, so how can we block something completely without
* messing up the transparency? It's easy: The native theming of the
* "menuitem" appearance uses CGContextClearRect before drawing, which
* clears everything under it.
* Without help from native theming this effect wouldn't be achievable.
*/
-moz-appearance: menuitem;
}
.popup-internal-box > .autorepeatbutton-up {
padding-top: 1px; /* 4px padding-top from the .popup-internal-box. */
margin-bottom: -15px;
}
.popup-internal-box > .autorepeatbutton-up > .autorepeatbutton-icon {
-moz-appearance: button-arrow-up;
}
.popup-internal-box > .autorepeatbutton-down {
padding-top: 5px;
margin-top: -15px;
}
.popup-internal-box > .autorepeatbutton-down > .autorepeatbutton-icon {
-moz-appearance: button-arrow-down;
}
.popup-internal-box > autorepeatbutton[disabled="true"] {
visibility: collapse;
}
/* :::::: Close button icons ::::: */
.close-icon {
list-style-image: url("chrome://global/skin/icons/close.png");
-moz-image-region: rect(0, 16px, 16px, 0);
}
.close-icon:hover {
-moz-image-region: rect(0, 32px, 16px, 16px);
}
.close-icon:hover:active {
-moz-image-region: rect(0, 48px, 16px, 32px);
}
@media (min-resolution: 2dppx) {
.close-icon > .button-icon,
.close-icon > .button-box > .button-icon,
.close-icon > .toolbarbutton-icon {
width: 16px;
}
.close-icon {
list-style-image: url("chrome://global/skin/icons/close@2x.png");
-moz-image-region: rect(0, 32px, 32px, 0);
}
.close-icon:hover {
-moz-image-region: rect(0, 64px, 32px, 32px);
}
.close-icon:hover:active {
-moz-image-region: rect(0, 96px, 32px, 64px);
}
}

View file

@ -1,30 +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/. */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
groupbox {
padding: 5px 1px 1px;
padding-inline-start: 0;
margin: 6px;
}
.groupbox-body {
-moz-appearance: groupbox;
padding: 8px 8px 3px;
margin: 0;
}
caption {
padding-inline-start: 4px;
padding-bottom: 1px;
font: caption;
}
/* !important is needed to override label in global.css */
.caption-text {
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-inline-start: 1px !important;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 B

View file

@ -1,22 +0,0 @@
<?xml version="1.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/. -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
<style>
use:not(:target) {
display: none;
}
use {
fill: GrayText;
}
use[id$="-inverted"] {
fill: highlighttext;
}
</style>
<defs>
<path id="search" fill-rule="evenodd" d="M14.517,12.884l-3.279-3.287c0.545-0.851,0.864-1.861,0.864-2.947 c0-3.022-2.444-5.472-5.458-5.472c-3.014,0-5.458,2.45-5.458,5.472c0,3.022,2.444,5.471,5.458,5.471 c1.093,0,2.108-0.325,2.962-0.88l3.275,3.283c0.396,0.397,1.039,0.397,1.435,0l0.202-0.202 C14.913,13.925,14.913,13.281,14.517,12.884z M6.644,10.001c-1.846,0-3.344-1.501-3.344-3.352c0-1.851,1.497-3.352,3.344-3.352 c1.847,0,3.344,1.501,3.344,3.352C9.987,8.501,8.49,10.001,6.644,10.001z"/>
</defs>
<use id="search-icon" xlink:href="#search"/>
<use id="search-icon-inverted" xlink:href="#search"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 866 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 B

View file

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- 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/. -->
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
<style>
path {
fill: #4c4c4c;
fill-rule: evenodd;
}
</style>
<path id="glyph-search" d="M11.354,10.646l-0.707.707L7.295,8A4.483,4.483,0,1,1,9,4.5,4.458,4.458,0,0,1,8,7.295ZM4.5,1A3.5,3.5,0,1,0,8,4.5,3.5,3.5,0,0,0,4.5,1Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 591 B

View file

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- 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/. -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="14" viewBox="0 0 14 14">
<style>
circle {
fill: #808080;
}
line {
stroke: #fff;
stroke-width: 1.5px;
}
</style>
<circle cx="7" cy="7" r="7" />
<line x1="4" y1="4" x2="10" y2="10" />
<line x1="10" y1="4" x2="4" y2="10" />
</svg>

Before

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,121 +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.inc
%include ../../../shared/in-content/common.inc.css
xul|tabs {
padding-right: 0;
padding-left: 0;
}
xul|tab[visuallyselected] {
text-shadow: none;
}
xul|button,
html|button,
xul|colorpicker[type="button"],
xul|menulist {
margin-top: 3px;
}
xul|button,
html|button {
/* use the same margin of other elements for the alignment */
margin-left: 4px;
margin-right: 4px;
}
xul|caption {
padding-inline-start: 0;
}
xul|groupbox > xul|*.groupbox-body {
padding: 0;
}
xul|menulist:not([editable="true"]) > xul|menupopup > xul|menuitem[checked="true"]::before,
xul|menulist:not([editable="true"]) > xul|menupopup > xul|menuitem[selected="true"]::before {
display: none;
}
xul|menulist:not([editable="true"]) > xul|*.menulist-dropmarker {
display: -moz-box;
margin-top: 1px;
margin-bottom: 1px;
}
xul|menulist > xul|menupopup xul|menu,
xul|menulist > xul|menupopup xul|menuitem,
xul|button[type="menu"] > xul|menupopup xul|menu,
xul|button[type="menu"] > xul|menupopup xul|menuitem {
padding-inline-end: 34px;
}
xul|*.help-button > xul|*.button-box > xul|*.button-icon {
margin-inline-start: 0;
}
xul|*.checkbox-icon {
margin-right: 0;
}
xul|*.radio-icon {
margin-inline-end: 0;
}
xul|*.numberbox-input-box {
-moz-appearance: none;
border-width: 0;
}
xul|description {
font-size: 1.25rem;
line-height: 22px;
}
xul|*.text-link:-moz-focusring {
color: var(--in-content-link-highlight);
text-decoration: underline;
box-shadow: none;
}
xul|button:-moz-focusring,
xul|menulist:-moz-focusring,
xul|checkbox:-moz-focusring > .checkbox-check,
html|input[type="checkbox"]:-moz-focusring + html|label:before,
xul|radio[focused="true"] > .radio-check,
xul|tab:-moz-focusring > .tab-middle > .tab-text {
outline: 2px solid rgba(0,149,221,0.5);
outline-offset: 1px;
-moz-outline-radius: 2px;
}
xul|radio[focused="true"] > .radio-check {
-moz-outline-radius: 100%;
}
xul|spinbuttons {
-moz-appearance: none;
}
xul|*.spinbuttons-up {
margin-top: 0 !important;
border-radius: 4px 4px 0 0;
}
xul|*.spinbuttons-down {
margin-bottom: 0 !important;
border-radius: 0 0 4px 4px;
}
xul|*.spinbuttons-button > xul|*.button-box {
padding-inline-start: 2px !important;
padding-inline-end: 3px !important;
}
xul|*.spinbuttons-button > xul|*.button-box > xul|*.button-text {
display: none;
}

View file

@ -1 +0,0 @@
%include ../../../shared/in-content/info-pages.inc.css

View file

@ -1,144 +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.inc
/*
* The default namespace for this file is XUL. Be sure to prefix rules that
* are applicable to both XUL and HTML with '*|'.
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
/* Page background */
*|*:root {
-moz-appearance: none;
padding: 18px;
background-image: /* Texture */
url("chrome://global/skin/inContentUI/background-texture.png"),
/* Gradient */
linear-gradient(#ADB5C2, #BFC6D1);
}
/* Use the new in-content colors for #contentAreaDownloadsView. After landing
of bug 989469 the colors can be moved to *|*:root */
*|*#contentAreaDownloadsView {
background: #f1f1f1;
color: #424e5a;
}
html|html {
font: message-box;
}
/* Content */
*|*.main-content {
/* Needed to allow the radius to clip the inner content, see bug 595656 */
overflow: hidden;
background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.05));
border: 1px solid rgba(50, 65, 92, 0.4);
border-radius: 5px;
}
/* Buttons */
*|button,
menulist,
colorpicker[type="button"] {
-moz-appearance: none;
padding: 1px 4px;
min-width: 60px;
border-radius: 3px;
border: 1px solid rgba(60,73,97,0.5);
box-shadow: inset 0 1px rgba(255,255,255,0.25), 0 1px rgba(255,255,255,0.25);
background-color: transparent;
background-image: linear-gradient(rgba(255,255,255,0.45), rgba(255,255,255,0.2));
background-clip: padding-box;
color: #252F3B;
text-shadow: @loweredShadow@;
}
button:-moz-focusring > .button-box,
menulist:-moz-focusring:not([open="true"]) > .menulist-label-box,
colorpicker[type="button"]:-moz-focusring:not([open="true"]) > .colorpicker-button-colorbox {
outline: 1px dotted #252F3B;
}
html|button[disabled],
button[disabled="true"],
menulist[disabled="true"],
colorpicker[type="button"][disabled="true"] {
opacity: 0.8;
color: #505050;
}
html|button:not([disabled]):active:hover,
button:not([disabled="true"]):active:hover,
menulist[open="true"]:not([disabled="true"]),
colorpicker[type="button"][open="true"]:not([disabled="true"]) {
box-shadow: inset 0 1px 3px rgba(0,0,0,.2), 0 1px rgba(255,255,255,0.25);
background-image: linear-gradient(rgba(45,54,71,0.3), rgba(45,54,71,0.1));
border-color: rgba(60,73,97,0.7);
}
menulist {
-moz-padding-end: 0;
margin-left: 5px;
margin-right: 5px;
}
/* Tweak margins so the focus ring is in the right place. */
menulist > .menulist-label-box {
-moz-margin-end: 3px;
margin-top: 1px;
}
menulist > .menulist-label-box > .menulist-label {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
menulist > .menulist-dropmarker {
-moz-appearance: none;
display: -moz-box;
background: transparent;
border: none;
-moz-border-start: 1px solid rgba(60,73,97,0.5);
margin-top: -1px;
margin-bottom: -1px;
}
colorpicker[type="button"] {
margin: 1px 5px 2px 5px;
padding: 3px;
height: 25px;
}
spinbuttons {
-moz-appearance: none;
}
spinbuttons > .spinbuttons-box > .spinbuttons-button {
min-width: 12px;
}
.spinbuttons-button > .button-box > .button-text {
display: none;
}
.spinbuttons-button[disabled="true"] > .button-box > .button-icon {
opacity: 0.5;
}
spinbuttons > .spinbuttons-box > .spinbuttons-up {
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
border-bottom-width: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
spinbuttons > .spinbuttons-box > .spinbuttons-down {
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
border-top-left-radius: 0;
border-top-right-radius: 0;
}

View file

@ -1,156 +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/jar.inc.mn
toolkit.jar:
skin/classic/global/10pct_transparent_grey.png
skin/classic/global/50pct_transparent_grey.png
skin/classic/global/arrow.css
skin/classic/global/autocomplete.css
skin/classic/global/button.css
skin/classic/global/checkbox.css
skin/classic/global/colorpicker.css
skin/classic/global/commonDialog.css
skin/classic/global/customizeToolbar.css
skin/classic/global/dialog.css
skin/classic/global/dropmarker.css
skin/classic/global/filefield.css
skin/classic/global/filters.svg
* skin/classic/global/findBar.css
* skin/classic/global/global.css
skin/classic/global/groupbox.css
* skin/classic/global/inContentUI.css
skin/classic/global/linkTree.css
skin/classic/global/listbox.css
skin/classic/global/menu.css
skin/classic/global/menulist.css
* skin/classic/global/notification.css
skin/classic/global/netError.css
skin/classic/global/numberbox.css
skin/classic/global/popup.css
skin/classic/global/preferences.css
skin/classic/global/progressmeter.css
skin/classic/global/radio.css
skin/classic/global/resizer.css
skin/classic/global/richlistbox.css
skin/classic/global/scrollbars.css (nativescrollbars.css)
skin/classic/global/scale.css
skin/classic/global/scrollbox.css
skin/classic/global/spinbuttons.css
skin/classic/global/splitter.css
skin/classic/global/tabprompts.css
skin/classic/global/tabbox.css
skin/classic/global/textbox.css
skin/classic/global/datetimepicker.css
* skin/classic/global/toolbar.css
skin/classic/global/toolbarbutton.css
* skin/classic/global/tree.css
* skin/classic/global/viewbuttons.css
skin/classic/global/wizard.css
skin/classic/global/alerts/alert.css (alerts/alert.css)
skin/classic/global/arrow/arrow-dn-dis.gif (arrow/arrow-dn-dis.gif)
skin/classic/global/arrow/arrow-dn-dis.png (arrow/arrow-dn-dis.png)
skin/classic/global/arrow/arrow-dn-sharp.gif (arrow/arrow-dn-sharp.gif)
skin/classic/global/arrow/arrow-dn.gif (arrow/arrow-dn.gif)
skin/classic/global/arrow/arrow-dn.png (arrow/arrow-dn.png)
skin/classic/global/arrow/arrow-lft-dis.gif (arrow/arrow-lft-dis.gif)
skin/classic/global/arrow/arrow-lft-hov.gif (arrow/arrow-lft-hov.gif)
skin/classic/global/arrow/arrow-lft-sharp-end.gif (arrow/arrow-lft-sharp-end.gif)
skin/classic/global/arrow/arrow-lft-sharp.gif (arrow/arrow-lft-sharp.gif)
skin/classic/global/arrow/arrow-lft.gif (arrow/arrow-lft.gif)
skin/classic/global/arrow/arrow-rit-dis.gif (arrow/arrow-rit-dis.gif)
skin/classic/global/arrow/arrow-rit-hov.gif (arrow/arrow-rit-hov.gif)
skin/classic/global/arrow/arrow-rit-sharp-end.gif (arrow/arrow-rit-sharp-end.gif)
skin/classic/global/arrow/arrow-rit-sharp.gif (arrow/arrow-rit-sharp.gif)
skin/classic/global/arrow/arrow-rit.gif (arrow/arrow-rit.gif)
skin/classic/global/arrow/arrow-up-dis.gif (arrow/arrow-up-dis.gif)
skin/classic/global/arrow/arrow-up-sharp.gif (arrow/arrow-up-sharp.gif)
skin/classic/global/arrow/arrow-up.gif (arrow/arrow-up.gif)
skin/classic/global/arrow/panelarrow-horizontal.png (arrow/panelarrow-horizontal.png)
skin/classic/global/arrow/panelarrow-horizontal@2x.png (arrow/panelarrow-horizontal@2x.png)
skin/classic/global/arrow/panelarrow-vertical.png (arrow/panelarrow-vertical.png)
skin/classic/global/arrow/panelarrow-vertical@2x.png (arrow/panelarrow-vertical@2x.png)
skin/classic/global/checkbox/cbox-check.gif (checkbox/cbox-check.gif)
skin/classic/global/checkbox/cbox-check-dis.gif (checkbox/cbox-check-dis.gif)
skin/classic/global/console/console-error-caret.gif (console/console-error-caret.gif)
skin/classic/global/console/console-error-dash.gif (console/console-error-dash.gif)
* skin/classic/global/console/console.css (console/console.css)
skin/classic/global/dirListing/dirListing.css (dirListing/dirListing.css)
skin/classic/global/dirListing/folder.png (dirListing/folder.png)
skin/classic/global/dirListing/remote.png (dirListing/remote.png)
skin/classic/global/dirListing/up.png (dirListing/up.png)
skin/classic/global/icons/autocomplete-dropmarker.png (icons/autocomplete-dropmarker.png)
skin/classic/global/icons/autocomplete-search.svg (icons/autocomplete-search.svg)
skin/classic/global/icons/autoscroll.png (icons/autoscroll.png)
skin/classic/global/icons/blacklist_favicon.png (icons/blacklist_favicon.png)
skin/classic/global/icons/blacklist_64.png (icons/blacklist_64.png)
skin/classic/global/icons/chevron.png (icons/chevron.png)
skin/classic/global/icons/chevron-inverted.png (icons/chevron-inverted.png)
skin/classic/global/icons/chevron@2x.png (icons/chevron@2x.png)
skin/classic/global/icons/chevron-inverted@2x.png (icons/chevron-inverted@2x.png)
skin/classic/global/icons/checkbox.png (icons/checkbox.png)
skin/classic/global/icons/checkbox@2x.png (icons/checkbox@2x.png)
skin/classic/global/icons/close.png (icons/close.png)
skin/classic/global/icons/close@2x.png (icons/close@2x.png)
skin/classic/global/icons/glyph-dropdown.png (icons/glyph-dropdown.png)
skin/classic/global/icons/glyph-dropdown@2x.png (icons/glyph-dropdown@2x.png)
skin/classic/global/icons/information-16.png (icons/information-16.png)
skin/classic/global/icons/information-24.png (icons/information-24.png)
skin/classic/global/icons/information-32.png (icons/information-32.png)
skin/classic/global/icons/information-64.png (icons/information-64.png)
skin/classic/global/icons/information-large.png (icons/information-large.png)
skin/classic/global/icons/loading_16.png (icons/loading_16.png)
skin/classic/global/icons/menulist-dropmarker.png (icons/menulist-dropmarker.png)
skin/classic/global/icons/notfound.png (icons/notfound.png)
skin/classic/global/icons/notloading_16.png (icons/notloading_16.png)
skin/classic/global/icons/panebutton-active.png (icons/panebutton-active.png)
skin/classic/global/icons/panebutton-inactive.png (icons/panebutton-inactive.png)
skin/classic/global/icons/panel-dropmarker.png (icons/panel-dropmarker.png)
skin/classic/global/icons/resizer.png (icons/resizer.png)
skin/classic/global/icons/resizer@2x.png (icons/resizer@2x.png)
skin/classic/global/icons/resizer-rtl.png (icons/resizer-rtl.png)
skin/classic/global/icons/resizer-rtl@2x.png (icons/resizer-rtl@2x.png)
skin/classic/global/icons/search-textbox.svg (icons/search-textbox.svg)
skin/classic/global/icons/searchfield-cancel.svg (icons/searchfield-cancel.svg)
skin/classic/global/icons/tabprompts-bgtexture.png (icons/tabprompts-bgtexture.png)
skin/classic/global/icons/warning-16.png (icons/warning-16.png)
skin/classic/global/icons/warning-32.png (icons/warning-32.png)
skin/classic/global/icons/warning-64.png (icons/warning-64.png)
skin/classic/global/icons/warning-large.png (icons/warning-large.png)
skin/classic/global/icons/error-16.png (icons/error-16.png)
skin/classic/global/icons/error-64.png (icons/error-64.png)
skin/classic/global/icons/error-large.png (icons/error-large.png)
skin/classic/global/icons/Error.png (icons/Error.png)
skin/classic/global/icons/question-16.png (icons/question-16.png)
skin/classic/global/icons/question-32.png (icons/question-32.png)
skin/classic/global/icons/question-64.png (icons/question-64.png)
skin/classic/global/icons/question-large.png (icons/question-large.png)
skin/classic/global/icons/sslWarning.png (icons/sslWarning.png)
skin/classic/global/notification/close.png (notification/close.png)
skin/classic/global/notification/error-icon.png (notification/error-icon.png)
skin/classic/global/notification/info-icon.png (notification/info-icon.png)
skin/classic/global/notification/warning-icon.png (notification/warning-icon.png)
* skin/classic/global/in-content/common.css (in-content/common.css)
* skin/classic/global/in-content/info-pages.css (in-content/info-pages.css)
skin/classic/global/scale/scale-tray-horiz.gif (scale/scale-tray-horiz.gif)
skin/classic/global/scale/scale-tray-vert.gif (scale/scale-tray-vert.gif)
skin/classic/global/splitter/dimple.png (splitter/dimple.png)
skin/classic/global/splitter/grip-bottom.gif (splitter/grip-bottom.gif)
skin/classic/global/splitter/grip-top.gif (splitter/grip-top.gif)
skin/classic/global/splitter/grip-left.gif (splitter/grip-left.gif)
skin/classic/global/splitter/grip-right.gif (splitter/grip-right.gif)
skin/classic/global/toolbar/spring.png (toolbar/spring.png)
skin/classic/global/toolbar/toolbar-separator.png (toolbar/toolbar-separator.png)
skin/classic/global/tree/arrow-disclosure.svg (tree/arrow-disclosure.svg)
skin/classic/global/tree/columnpicker.gif (tree/columnpicker.gif)
skin/classic/global/tree/folder.png (tree/folder.png)
skin/classic/global/tree/folder@2x.png (tree/folder@2x.png)
#ifdef MOZ_PHOENIX
[browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}] chrome.jar:
#elif MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES
[extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}] chrome.jar:
#endif
% override chrome://global/skin/dirListing/local.png chrome://global/skin/dirListing/folder.png

Some files were not shown because too many files have changed in this diff Show more