diff options
author | Horst3180 | 2015-09-24 02:11:04 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-24 02:11:04 +0200 |
commit | 976787c0273b2f4d60e979dc7754d76acbaea8ed (patch) | |
tree | b303c2cdcc99ebd85f42099338f7d179c6248720 /arc-firefox-theme/chrome/global/toolbarbutton.css | |
parent | 4bd72dfb583377dcc92304cb5f5122fccfd26a00 (diff) | |
download | solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.tar.gz solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.tar.xz solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.zip |
update to 42.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/global/toolbarbutton.css')
-rw-r--r-- | arc-firefox-theme/chrome/global/toolbarbutton.css | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/arc-firefox-theme/chrome/global/toolbarbutton.css b/arc-firefox-theme/chrome/global/toolbarbutton.css index 4a11f72..a62e173 100644 --- a/arc-firefox-theme/chrome/global/toolbarbutton.css +++ b/arc-firefox-theme/chrome/global/toolbarbutton.css @@ -106,37 +106,25 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active { } /* ::::: toolbarbutton badged ::::: */ +.toolbarbutton-badge-stack > .toolbarbutton-icon[label]:not([label=""]) { + -moz-margin-end: 0; +} .toolbarbutton-badge { background-color: #d90000; -} - -.toolbarbutton-badge::after { - /* The |content| property is set in the content stylesheet. */ font-size: 10px; - font-weight: bold; - padding: 1px 2px 2px; + padding: 0 2px 1px; color: #fff; - background-color: inherit; border-radius: 2px; box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset, 0 -1px 0 hsla(0, 0%, 0%, .1) inset, 0 1px 0 hsla(206, 50%, 10%, .2); - position: absolute; - top: -4px; - right: -2px; - min-width: 10px; + margin: -6px 0 0 !important; + -moz-margin-end: -8px !important; + min-width: 14px; line-height: 10px; text-align: center; -} - -.toolbarbutton-badge:-moz-locale-dir(rtl)::after { - left: -2px; - right: auto; -} - -.toolbarbutton-badge-container { - position: relative; + -moz-stack-sizing: ignore; } /* .......... dropmarker .......... */ |