author | Oriol Brufau <oriol-bugzilla@hotmail.com> |
Thu, 14 Dec 2017 16:03:22 +0100 | |
changeset 396541 | ff0c2391364e596ddfddafe31e88466a3c65c811 |
parent 396540 | 3e65a15f6d0c0899a4ce78f11a39ddec5ec289df |
child 396542 | 34faef444ae338b25ef7eb33ab15e60e9e52e8b8 |
child 396591 | fff6ca61de4510d3ef0ad17751bd134fd576577a |
push id | 57031 |
push user | dgottwald@mozilla.com |
push date | Fri, 15 Dec 2017 10:59:08 +0000 |
treeherder | autoland@ff0c2391364e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dao |
bugs | 1424617 |
milestone | 59.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/themes/linux/global/toolbarbutton.css +++ b/toolkit/themes/linux/global/toolbarbutton.css @@ -108,16 +108,17 @@ toolbarbutton[type="menu-button"][disabl margin-inline-end: 0; } .toolbarbutton-badge { background-color: #d90000; font-size: 10px; padding: 0 2px 1px; color: #fff; + text-shadow: none; 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); margin: -6px 0 0 !important; margin-inline-end: -8px !important; min-width: 14px; max-width: 28px;
--- a/toolkit/themes/osx/global/toolbarbutton.css +++ b/toolkit/themes/osx/global/toolbarbutton.css @@ -76,16 +76,17 @@ toolbarbutton[type="menu-button"][disabl /* ::::: toolbarbutton badged ::::: */ .toolbarbutton-badge { background-color: #d90000; font-size: 9px; padding: 1px 2px; color: #fff; + text-shadow: none; 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); margin: -6px 0 0 !important; margin-inline-end: -6px !important; min-width: 14px; max-width: 28px;
--- a/toolkit/themes/windows/global/toolbarbutton.css +++ b/toolkit/themes/windows/global/toolbarbutton.css @@ -129,16 +129,17 @@ toolbarbutton[type="menu-button"][disabl } .toolbarbutton-badge { background-color: #d90000; font-size: 10px; font-weight: bold; padding: 0 2px 1px; color: #fff; + text-shadow: none; 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); margin: -6px 0 0 !important; margin-inline-end: -8px !important; min-width: 14px; max-width: 28px;