49 lines
1.1 KiB
CSS
49 lines
1.1 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/. */
|
|
|
|
@import url("chrome://global/skin/in-content/common-shared.css");
|
|
|
|
@namespace html "http://www.w3.org/1999/xhtml";
|
|
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
|
|
|
xul|tabs {
|
|
padding-inline: 0;
|
|
position: static;
|
|
}
|
|
|
|
xul|menulist > xul|menupopup:not([position]) {
|
|
margin-inline-start: 0;
|
|
}
|
|
|
|
xul|menupopup > xul|menuitem::after,
|
|
xul|menupopup > xul|menuitem::before {
|
|
content: none;
|
|
}
|
|
|
|
xul|menulist > xul|menupopup xul|menu,
|
|
xul|menulist > xul|menupopup xul|menuitem {
|
|
padding-inline-end: 34px;
|
|
}
|
|
|
|
xul|*.checkbox-icon,
|
|
xul|*.radio-icon {
|
|
margin-inline-end: 0;
|
|
}
|
|
|
|
xul|*.text-link:-moz-focusring {
|
|
box-shadow: none;
|
|
}
|
|
|
|
xul|search-textbox::part(search-sign) {
|
|
-moz-context-properties: fill, fill-opacity;
|
|
fill: currentColor;
|
|
fill-opacity: 0.8;
|
|
list-style-image: url(chrome://global/skin/icons/search-textbox.svg);
|
|
margin-inline-end: 5px;
|
|
}
|
|
|
|
html|button {
|
|
/* XUL button min-width */
|
|
min-width: 79px;
|
|
}
|