mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
Bug 652545 - Dont inherit toolkit dialog binding for Fennec content-dialogs. r=mfinkle
This commit is contained in:
parent
823150964d
commit
3ac76c1c9c
@ -226,10 +226,15 @@ richlistitem[type="message"]{
|
||||
-moz-binding: url("chrome://browser/content/bindings/console.xml#message");
|
||||
}
|
||||
|
||||
dialog:not(.content-dialog) {
|
||||
dialog {
|
||||
-moz-binding: url("chrome://browser/content/bindings/dialog.xml#dialog");
|
||||
}
|
||||
|
||||
/* Do not allow these to inherit from the toolkit binding */
|
||||
dialog.content-dialog {
|
||||
-moz-binding: none;
|
||||
}
|
||||
|
||||
pageaction {
|
||||
-moz-binding: url("chrome://browser/content/bindings/pageaction.xml#pageaction");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user