This reverts commitec5fa1d4c0. Revert "Bug 1606785 - Format Firefox CSS files with Prettier r=desktop-theme-reviewers,perftest-reviewers,places-reviewers,translations-reviewers,omc-reviewers,backup-reviewers,browser-installer-reviewers,sparky,dao,pdahiya,nrishel,kpatenio" This reverts commitbaa5d72bbd. Revert "Bug 1606785 - Format browser/themes and toolkit/themes CSS files with Prettier r=desktop-theme-reviewers,pip-reviewers,tabbrowser-reviewers,places-reviewers,dao,mconley" This reverts commit9604b0a8ae. Revert "Bug 1606785 - Format browser/themes/preferences CSS files with Prettier r=settings-reviewers,desktop-theme-reviewers,dao,mconley" This reverts commit686c1cf85f. Revert "Bug 1606785 - Format urlbar CSS files with Prettier r=urlbar-reviewers,desktop-theme-reviewers,dao" This reverts commita7a4f31251. Revert "Bug 1606785 - Format webcompat CSS files with Prettier r=webcompat-reviewers,denschub" This reverts commit41bc4d5237. Revert "Bug 1606785 - Format search CSS files with Prettier r=search-reviewers,jteow" This reverts commit7bb7f82374. Revert "Bug 1606785 - Format dom CSS files with Prettier r=emilio" This reverts commitc22e910235. Revert "Bug 1606785 - Format android CSS files with Prettier r=geckoview-reviewers,hiro" This reverts commitc08e43fc3d. Revert "Bug 1606785 - Format layout CSS files with Prettier r=layout-reviewers,dholbert" This reverts commit4f2a32d1a4. Revert "Bug 1606785 - Format devtools CSS files with Prettier r=devtools-reviewers,nchevobbe,frontend-codestyle-reviewers" This reverts commitc05f675ddf. Revert "Bug 1606785 - Format recomp CSS files with Prettier r=reusable-components-reviewers,desktop-theme-reviewers,dao,mkennedy" This reverts commitb10c7de8d0. Revert "Bug 1606785 - Format sidebar CSS files with Prettier r=sidebar-reviewers,desktop-theme-reviewers,dao,nsharpley" This reverts commitd32c555e37. Revert "Bug 1606785 - Format shopping CSS files with Prettier r=shopping-reviewers,desktop-theme-reviewers,dao,rking" This reverts commit965887a708. Revert "Bug 1606785 - Format profiles CSS files with Prettier r=profiles-reviewers,desktop-theme-reviewers,dao,mossop" This reverts commit8338860f74. Revert "Bug 1606785 - Format genai and ml CSS files with Prettier r=firefox-ai-ml-reviewers,Mardak" This reverts commitd66681f553. Revert "Bug 1606785 - Format firefoxview CSS files with Prettier r=fxview-reviewers,desktop-theme-reviewers,dao,jsudiaman" This reverts commit530b815cad. Revert "Bug 1606785 - Format aboutlogins, megalist, and form autofill CSS files with Prettier r=credential-management-reviewers,mtigley,desktop-theme-reviewers,dao" This reverts commit813c864381.
208 lines
4.4 KiB
CSS
208 lines
4.4 KiB
CSS
/* 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/. */
|
|
|
|
#placesToolbar {
|
|
position: relative;
|
|
-moz-window-dragging: drag;
|
|
padding: env(-moz-mac-titlebar-height) 4px 3px;
|
|
border-bottom: 1px solid ThreeDShadow;
|
|
|
|
&::after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
appearance: auto;
|
|
-moz-default-appearance: -moz-window-titlebar;
|
|
z-index: -1;
|
|
}
|
|
|
|
> toolbarbutton {
|
|
margin: 4px 4px 5px;
|
|
padding: 0;
|
|
height: 22px;
|
|
appearance: auto;
|
|
-moz-default-appearance: toolbarbutton;
|
|
|
|
> .toolbarbutton-icon {
|
|
-moz-context-properties: fill, fill-opacity;
|
|
fill: currentColor;
|
|
fill-opacity: 0.8;
|
|
margin: 1px 4px;
|
|
}
|
|
|
|
&:not(#clearDownloadsButton) > .toolbarbutton-text {
|
|
display: none;
|
|
}
|
|
|
|
&[type="menu"] > .toolbarbutton-menu-dropmarker {
|
|
content: url(chrome://global/skin/icons/arrow-down-12.svg);
|
|
padding: 0;
|
|
margin-inline-end: 2px;
|
|
}
|
|
|
|
&[disabled] > .toolbarbutton-icon,
|
|
&:not(:hover):-moz-window-inactive > .toolbarbutton-icon,
|
|
&[type="menu"][disabled] > .toolbarbutton-menu-dropmarker,
|
|
&:not(:hover):-moz-window-inactive[type="menu"] > .toolbarbutton-menu-dropmarker {
|
|
opacity: .5;
|
|
}
|
|
|
|
&:-moz-window-inactive[disabled] > .toolbarbutton-icon,
|
|
&:-moz-window-inactive[type="menu"][disabled] > .toolbarbutton-menu-dropmarker {
|
|
opacity: .25;
|
|
}
|
|
|
|
> menupopup {
|
|
margin-top: 1px;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* Places Organizer Sidebars */
|
|
|
|
#placesList {
|
|
background-color: -moz-sidebar;
|
|
width: 160px;
|
|
min-width: 100px;
|
|
max-width: 400px;
|
|
|
|
> treechildren::-moz-tree-cell-text {
|
|
margin-inline-end: 6px;
|
|
}
|
|
|
|
> treechildren::-moz-tree-cell(separator) {
|
|
cursor: default;
|
|
}
|
|
|
|
> treechildren::-moz-tree-separator {
|
|
border-top: 1px solid color-mix(in srgb, FieldText 70%, transparent);
|
|
margin: 0 10px;
|
|
}
|
|
}
|
|
|
|
#placesView {
|
|
border-top: none !important;
|
|
|
|
> splitter {
|
|
border-inline-start: none !important;
|
|
border-inline-end: 1px solid color-mix(in srgb, FieldText 30%, transparent);
|
|
min-width: 1px;
|
|
width: 3px;
|
|
margin-inline-start: -3px;
|
|
position: relative;
|
|
background-image: none !important;
|
|
}
|
|
}
|
|
|
|
/* back and forward button */
|
|
#back-button,
|
|
#forward-button:-moz-locale-dir(rtl) {
|
|
list-style-image: url("chrome://global/skin/icons/arrow-left.svg");
|
|
}
|
|
|
|
#forward-button,
|
|
#back-button:-moz-locale-dir(rtl) {
|
|
list-style-image: url("chrome://global/skin/icons/arrow-right.svg");
|
|
}
|
|
|
|
#back-button {
|
|
margin-inline-end: 0 !important; /* override margin from #placesToolbar > toolbarbutton */
|
|
|
|
> .toolbarbutton-icon {
|
|
margin-inline: 3px 2px !important;
|
|
}
|
|
}
|
|
|
|
#forward-button {
|
|
margin-inline-start: 0 !important; /* override margin from #placesToolbar > toolbarbutton */
|
|
|
|
> .toolbarbutton-icon {
|
|
margin-inline: 2px 3px !important;
|
|
}
|
|
}
|
|
|
|
/* organize button */
|
|
#organizeButton {
|
|
list-style-image: url("chrome://global/skin/icons/settings.svg");
|
|
}
|
|
|
|
/* view button */
|
|
#viewMenu {
|
|
list-style-image: url("chrome://browser/skin/sort.svg");
|
|
}
|
|
|
|
/* maintenance button */
|
|
#maintenanceButton {
|
|
list-style-image: url("chrome://global/skin/icons/arrows-updown.svg");
|
|
}
|
|
|
|
/* Root View */
|
|
#placesView {
|
|
border-top: 1px solid ThreeDDarkShadow;
|
|
-moz-user-focus: ignore;
|
|
}
|
|
|
|
/* Info box */
|
|
#detailsPane {
|
|
border-top: 1px solid color-mix(in srgb, FieldText 50%, transparent);
|
|
}
|
|
|
|
#placeContent {
|
|
appearance: none;
|
|
border: none;
|
|
|
|
> treechildren::-moz-tree-cell,
|
|
> treechildren::-moz-tree-column {
|
|
border-inline-start: 1px solid color-mix(in srgb, FieldText 30%, transparent);
|
|
}
|
|
|
|
> treechildren::-moz-tree-column(first-column),
|
|
> treechildren::-moz-tree-cell(first-column) {
|
|
/* This matches the treecol separator in tree.css */
|
|
border-inline-start: none;
|
|
}
|
|
|
|
> treechildren::-moz-tree-cell(separator) {
|
|
border-color: transparent;
|
|
}
|
|
}
|
|
|
|
/**
|
|
* info pane
|
|
*/
|
|
|
|
#itemsCountText,
|
|
#selectItemDescription {
|
|
color: GrayText;
|
|
}
|
|
|
|
/**
|
|
* Downloads pane
|
|
*/
|
|
|
|
#clearDownloadsButton {
|
|
list-style-image: none !important;
|
|
}
|
|
|
|
#clearDownloadsButton > .toolbarbutton-icon {
|
|
display: none;
|
|
}
|
|
|
|
/**** expanders ****/
|
|
|
|
.expander-up,
|
|
.expander-down {
|
|
padding: 0;
|
|
}
|
|
|
|
.expander-up {
|
|
appearance: auto;
|
|
-moz-default-appearance: -moz-mac-disclosure-button-open;
|
|
}
|
|
|
|
.expander-down {
|
|
appearance: auto;
|
|
-moz-default-appearance: -moz-mac-disclosure-button-closed;
|
|
}
|