Files
tubestation/browser/components/sidebar/sidebar-customize.css
Sandor Molnar 34e807bc63 Backed out 5 changesets (bug 1897529, bug 1901336, bug 1900126) for causing bc failures @ browser_a11y_sidebar.js CLOSED TREE
Backed out changeset 334b820a4c19 (bug 1897529)
Backed out changeset 70350abadcba (bug 1900126)
Backed out changeset 3d631de2ce01 (bug 1897529)
Backed out changeset 1d654154d5ea (bug 1897529)
Backed out changeset a8f7b541a548 (bug 1901336)
2024-06-14 22:41:48 +03:00

81 lines
1.6 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 https://mozilla.org/MPL/2.0/. */
.container {
padding-inline: var(--space-small);
font-size: 15px;
}
.customize-header {
display: flex;
justify-content: space-between;
align-items: center;
-moz-context-properties: fill;
fill: currentColor;
color: currentColor;
.customize-close-button::part(button) {
background-image: url("chrome://global/skin/icons/close-12.svg");
}
}
.customize-firefox-tools {
.inputs {
display: flex;
flex-direction: column;
gap: var(--space-medium);
}
.input-wrapper {
display: flex;
align-items: center;
gap: var(--space-small);
> input {
margin-inline-start: 0;
}
> label {
display: inline-flex;
align-items: center;
gap: var(--space-small);
font-size: 0.9em;
}
}
}
.icon {
-moz-context-properties: fill;
fill: currentColor;
width: var(--icon-size-default);
height: var(--icon-size-default);
}
.customize-extensions {
.extensions {
display: flex;
flex-direction: column;
gap: var(--space-medium);
}
.extension-item {
display: flex;
gap: var(--space-medium);
align-items: center;
font-size: 0.9em;
}
}
#manage-settings {
display: flex;
align-items: center;
gap: var(--space-medium);
margin-block-start: var(--space-xxlarge);
font-size: 0.9em;
.icon {
background-image: url("chrome://browser/skin/preferences/category-general.svg");
}
}