/* 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/. */ toolbarbutton { appearance: auto; -moz-default-appearance: toolbarbutton; margin: 0; padding: 3px; &:where(:focus-visible) { outline: auto; } @media not (-moz-platform: macos) { &:where(:hover) { color: -moz-buttonhovertext; } &:where(:hover:active, [checked], [open]) { color: -moz-buttonactivetext; } } &:where([disabled]) { color: GrayText; text-shadow: none; } } .toolbarbutton-text { margin: 0; padding: 0; vertical-align: middle; } /* ::::: toolbarbutton badged ::::: */ .toolbarbutton-badge { box-sizing: border-box; overflow: hidden; white-space: nowrap; background-color: #d90000; font-size: 10px; padding: 0 2px 1px; color: #fff; text-shadow: none; border-radius: var(--border-radius-xsmall); box-shadow: 0 1px 0 hsla(0, 100%, 100%, 0.2) inset, 0 -1px 0 hsla(0, 0%, 0%, 0.1) inset, 0 1px 0 hsla(206, 50%, 10%, 0.2); margin: -5px 0 0 !important; margin-inline-end: -4px !important; min-width: 14px; max-width: 20px; line-height: 10px; text-align: center; align-self: start; justify-self: end; @media (-moz-platform: windows) { font-weight: var(--font-weight-bold); } @media (-moz-platform: macos) { font-size: 9px; padding-top: 1px; toolbar[mode="icons"] > *|* > & { margin-inline-end: -10px !important; } } }