Backing out bug 1188001 due to unintentional regressions (bug 1198424).

This commit is contained in:
Dave Townsend 2015-08-28 14:13:41 -07:00
parent d9cd8c5865
commit aed7a160a1
3 changed files with 12 additions and 14 deletions

View File

@ -106,22 +106,20 @@ 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;
font-size: 10px;
padding: 0 2px 1px;
font-weight: bold;
padding: 1px 2px;
color: #fff;
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;
-moz-margin-end: -8px !important;
min-width: 14px;
margin: -4px 0 0 !important;
-moz-margin-end: -2px !important;
min-width: 10px;
line-height: 10px;
text-align: center;
-moz-stack-sizing: ignore;

View File

@ -87,9 +87,9 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
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;
-moz-margin-end: -6px !important;
min-width: 14px;
margin: -8px 0 0 !important;
-moz-margin-end: -8px !important;
min-width: 10px;
line-height: 10px;
text-align: center;
-moz-stack-sizing: ignore;

View File

@ -154,15 +154,15 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
background-color: #d90000;
font-size: 10px;
font-weight: bold;
padding: 0 2px 1px;
padding: 1px 2px;
color: #fff;
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;
-moz-margin-end: -8px !important;
min-width: 14px;
margin: -4px 0 0 !important;
-moz-margin-end: -2px !important;
min-width: 10px;
line-height: 10px;
text-align: center;
-moz-stack-sizing: ignore;