toolkit/themes/osx/global/in-content/common.css

Propagation: 0%

Back to Home
/* - 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;
}

html|button {
  /* XUL button min-width */
  min-width: 79px;
}
Back to Home