зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
547ba36ed6
Коммит
f1f2b95c6a
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче