Bug 887950 - Fix the notificationbar code to deal with additional <xbl:children> elements. r=mstange

--HG--
extra : rebase_source : 003873cfb514874d4f432c7bc7f7657ddac9dcb0
This commit is contained in:
Blake Kaplan 2013-06-28 18:48:12 -07:00
Родитель 547ba36ed6
Коммит f1f2b95c6a
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -10,6 +10,8 @@
/* ::::: XBL bindings ::::: */
@namespace xbl "http://www.mozilla.org/xbl";
menulist > menupopup,
.menulist-menupopup {
-moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars");
@ -281,7 +283,7 @@ notification > button:active:hover:-moz-focusring {
box-shadow: @focusRingShadow@, @roundButtonPressedShadow@;
}
notification > button > .button-box > .button-text {
notification > button > .button-box > xbl|children > .button-text {
margin: 0 !important;
}